summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-11-27 07:19:37 +0000
committerMartin Pool <mbp@samba.org>2001-11-27 07:19:37 +0000
commit054b40b6fa4442096ad31684b1b49743ea92357c (patch)
treebca29c4c23d7b3a8e8fc88605e2b0985438bde13 /testsuite
parent6773a7798f41aece4794044dd851f26d29362b4d (diff)
downloadrsync-054b40b6fa4442096ad31684b1b49743ea92357c.tar.gz
Unbreak recursive ls test
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/rsync.fns4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns
index fdc22264..48851ba3 100644
--- a/testsuite/rsync.fns
+++ b/testsuite/rsync.fns
@@ -144,8 +144,8 @@ checkit() {
echo "-------------">>${log}
echo "check how the directory listings compare with diff:">>${log}
echo "">>${log}
- ( rsync_ls_lR "$2" ) > ${TMP}/ls-from 2>>${log}
- ( rsync_ls_lR "$3" ) > ${TMP}/ls-to 2>>${log}
+ ( cd "$2" && rsync_ls_lR ) > ${TMP}/ls-from 2>>${log}
+ ( cd "$3" && rsync_ls_lR ) > ${TMP}/ls-to 2>>${log}
diff -c ${TMP}/ls-from ${TMP}/ls-to >>${log} 2>&1 || failed=YES
if [ -z "${failed}" ] ; then
rm $log