X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4016-diff-quote.sh;h=55eb5f83f17c0ebfb537d390fd3913b7c89d65f4;hb=b46f7e54fcb2d01757d834d14dfd040b6892d695;hp=f07035ab7ec72557be7a0cba9ea286bcbaa79da9;hpb=9523298c95467e014daf5ed108cfcbe75a0d918d;p=git.git diff --git a/t/t4016-diff-quote.sh b/t/t4016-diff-quote.sh index f07035ab7..55eb5f83f 100755 --- a/t/t4016-diff-quote.sh +++ b/t/t4016-diff-quote.sh @@ -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" || { + say 'Your filesystem does not allow tabs in filenames, test skipped.' test_done }