diff options
Diffstat (limited to 'testsuite/trimslash.test')
-rw-r--r-- | testsuite/trimslash.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/trimslash.test b/testsuite/trimslash.test index d98ff87b..ec551e65 100644 --- a/testsuite/trimslash.test +++ b/testsuite/trimslash.test @@ -11,7 +11,7 @@ "$TOOLDIR/trimslash" "/usr/local/bin" "/usr/local/bin/" "/usr/local/bin///" \ "//a//" "////" \ - "/Users/Wierd Macintosh Name/// Ooh, translucent plastic/" \ + "/Users/Weird Macintosh Name/// Ooh, translucent plastic/" \ > "$scratchdir/slash.out" diff $diffopt "$scratchdir/slash.out" - <<EOF /usr/local/bin @@ -19,7 +19,7 @@ diff $diffopt "$scratchdir/slash.out" - <<EOF /usr/local/bin //a / -/Users/Wierd Macintosh Name/// Ooh, translucent plastic +/Users/Weird Macintosh Name/// Ooh, translucent plastic EOF # The script would have aborted on error, so getting here means we've won. |