use login+hostname
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 22 Jul 2011 14:23:44 +0000 (14:23 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 22 Jul 2011 14:23:44 +0000 (14:23 +0000)
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
 }