Changed some instances of \" in checkit calls to '.
[rsync/rsync.git] / testsuite / trimslash.test
index a22906a..d98ff87 100644 (file)
@@ -7,9 +7,7 @@
 
 # Test tiny function to trim trailing slashes.
 
-. $srcdir/testsuite/rsync.fns
-
-set -x
+. "$suitedir/rsync.fns"
 
 "$TOOLDIR/trimslash" "/usr/local/bin" "/usr/local/bin/" "/usr/local/bin///" \
        "//a//" "////" \
@@ -24,4 +22,5 @@ diff $diffopt "$scratchdir/slash.out" - <<EOF
 /Users/Wierd Macintosh Name/// Ooh, translucent plastic
 EOF
 
+# The script would have aborted on error, so getting here means we've won.
 exit 0