diff options
author | Wayne Davison <wayned@samba.org> | 2005-01-17 22:23:09 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2005-01-17 22:23:09 +0000 |
commit | 44ac015598b61bf4a5d9c65da18bfe516f12674e (patch) | |
tree | 829862e5d5194da4bf297796b353f9a10a543c56 | |
parent | 89a9c0545ea57e0d5f2592ed16a210d9b2921630 (diff) | |
download | rsync-44ac015598b61bf4a5d9c65da18bfe516f12674e.tar.gz rsync-44ac015598b61bf4a5d9c65da18bfe516f12674e.tar.bz2 rsync-44ac015598b61bf4a5d9c65da18bfe516f12674e.zip |
Put double-quotes around the --rsync-path arg.
-rw-r--r-- | testsuite/ssh-basic.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/ssh-basic.test b/testsuite/ssh-basic.test index f6228fea..6ca587b1 100644 --- a/testsuite/ssh-basic.test +++ b/testsuite/ssh-basic.test @@ -28,7 +28,7 @@ fi # nothing to do. hands_setup -runtest "ssh: basic test" 'checkit "$RSYNC -avH -e ssh --rsync-path=$RSYNC \"$fromdir/\" \"localhost:$todir\"" "$fromdir/" "$todir"' +runtest "ssh: basic test" 'checkit "$RSYNC -avH -e ssh --rsync-path=\"$RSYNC\" \"$fromdir/\" \"localhost:$todir\"" "$fromdir/" "$todir"' # Added by Steve Bonds Feb 2 2003 # I assumed that "F1" was intended to hold a single file for testing if @@ -40,4 +40,4 @@ F1=`ls "$todir" | head -5 | tail -1` mv "$todir/$F1" "$todir/ThisShouldGo" -runtest "ssh: renamed file" 'checkit "$RSYNC --delete -avH -e ssh --rsync-path=$RSYNC \"$fromdir/\" \"localhost:$todir\"" "$fromdir/" "$todir"' +runtest "ssh: renamed file" 'checkit "$RSYNC --delete -avH -e ssh --rsync-path=\"$RSYNC\" \"$fromdir/\" \"localhost:$todir\"" "$fromdir/" "$todir"' |