]> asedeno.scripts.mit.edu Git - git.git/blobdiff - t/t4016-diff-quote.sh
Documentation/reset: move "undo permanently" example behind "make topic"
[git.git] / t / t4016-diff-quote.sh
index f07035ab7ec72557be7a0cba9ea286bcbaa79da9..34e5144eed8958a3f3341574ff8ecbcc6a4157a9 100755 (executable)
@@ -13,8 +13,8 @@ P1='pathname  with HT'
 P2='pathname with SP'
 P3='pathname
 with LF'
-: >"$P1" 2>&1 && test -f "$P1" && rm -f "$P1" || {
-       echo >&2 'Filesystem does not support tabs in names'
+: 2>/dev/null >"$P1" && test -f "$P1" && rm -f "$P1" || {
+       skip_all='Your filesystem does not allow tabs in filenames, test skipped.'
        test_done
 }