X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7ca9250db01827ed80eabee1103212e2718a624a..18d7e9f46ec2ee625bfa18c417e5fd89cdd0621c:/testsuite/trimslash.test diff --git a/testsuite/trimslash.test b/testsuite/trimslash.test index cf118407..56e79cc6 100644 --- a/testsuite/trimslash.test +++ b/testsuite/trimslash.test @@ -7,7 +7,7 @@ # Test tiny function to trim trailing slashes. -. $srcdir/testsuite/rsync.fns +. "$suitedir/rsync.fns" set -x @@ -15,7 +15,7 @@ set -x "//a//" "////" \ "/Users/Wierd Macintosh Name/// Ooh, translucent plastic/" \ > "$scratchdir/slash.out" -diff -c "$scratchdir/slash.out" - <