use login+hostname
[cloudstore.git] / test.sh
diff --git a/test.sh b/test.sh
index 391a8d5..9081a8e 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -11,7 +11,7 @@ pull() {
        from=$1
        to=$2
        test -z "$to" && to=$1
-       RSYNC_PASSWORD=secret rsync rsync://test@127.0.0.1:6501/test/$from $to
+       RSYNC_PASSWORD=secret rsync rsync://test+localhost@127.0.0.1:6501/test/$from $to
 }