3 # Copyright (C) 2002 by Martin Pool <mbp@samba.org>
5 # This program is distributable under the terms of the GNU GPL (see
8 # Test tiny function to trim trailing slashes.
10 .
"$suitedir/rsync.fns"
12 "$TOOLDIR/trimslash" "/usr/local/bin" "/usr/local/bin/" "/usr/local/bin///" \
14 "/Users/Wierd Macintosh Name/// Ooh, translucent plastic/" \
15 > "$scratchdir/slash.out"
16 diff $diffopt "$scratchdir/slash.out" - <<EOF
22 /Users/Wierd Macintosh Name/// Ooh, translucent plastic
25 # The script would have aborted on error, so getting here means we've won.