change stunnel ip
[cloudstore.git] / t / client.t
index e0a6845..2e101d1 100755 (executable)
@@ -15,7 +15,7 @@ sub upload {
 
 mkdir('/tmp/client');
 
-ok write_file('/tmp/client/one', "one");
+ok write_file('/tmp/client/one', "one" . time() );
 
 diag "reload rsync config with invalid username";
 upload('reload-config' => '/tmp/client/one');