Diff for /embedaddon/rsync/testsuite/trimslash.test between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/17 15:09:30 version 1.1.1.2, 2021/03/17 00:32:36
Line 11 Line 11
   
 "$TOOLDIR/trimslash" "/usr/local/bin" "/usr/local/bin/" "/usr/local/bin///" \  "$TOOLDIR/trimslash" "/usr/local/bin" "/usr/local/bin/" "/usr/local/bin///" \
         "//a//" "////" \          "//a//" "////" \
        "/Users/Wierd Macintosh Name/// Ooh, translucent plastic/" \        "/Users/Weird Macintosh Name/// Ooh, translucent plastic/" \
         > "$scratchdir/slash.out"          > "$scratchdir/slash.out"
 diff $diffopt "$scratchdir/slash.out" - <<EOF  diff $diffopt "$scratchdir/slash.out" - <<EOF
 /usr/local/bin  /usr/local/bin
Line 19  diff $diffopt "$scratchdir/slash.out" - <<EOF Line 19  diff $diffopt "$scratchdir/slash.out" - <<EOF
 /usr/local/bin  /usr/local/bin
 //a  //a
 /  /
/Users/Wierd Macintosh Name/// Ooh, translucent plastic/Users/Weird Macintosh Name/// Ooh, translucent plastic
 EOF  EOF
   
 # The script would have aborted on error, so getting here means we've won.  # The script would have aborted on error, so getting here means we've won.

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>