X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7ca9250db01827ed80eabee1103212e2718a624a..e920830ec58994a4a0dff6a699e85ff303962904:/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" - <