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