Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblongpath-rsync
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liblongpath
liblongpath-rsync
Commits
44ac0155
Commit
44ac0155
authored
Jan 17, 2005
by
Wayne Davison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put double-quotes around the --rsync-path arg.
parent
89a9c054
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ssh-basic.test
testsuite/ssh-basic.test
+2
-2
No files found.
testsuite/ssh-basic.test
View file @
44ac0155
...
...
@@ -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"'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment