X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3902-quoted.sh;h=58680524258037eb0c17f7e2929d58ed1c16b574;hb=494202524f76ac0385ae483abf970c4c9c692a77;hp=fe4fb5116ac4c482c357f0af3f0a34da27cee237;hpb=7ae512b7da17e8f8c474fa80fb44b023c6f83882;p=git.git diff --git a/t/t3902-quoted.sh b/t/t3902-quoted.sh index fe4fb5116..586805242 100755 --- a/t/t3902-quoted.sh +++ b/t/t3902-quoted.sh @@ -7,12 +7,6 @@ test_description='quoted output' . ./test-lib.sh -P1='pathname with HT' -: >"$P1" 2>&1 && test -f "$P1" && rm -f "$P1" || { - echo >&2 'Filesystem does not support HT in names' - test_done -} - FN='濱野' GN='純' HT=' ' @@ -20,7 +14,7 @@ LF=' ' DQ='"' -echo foo > "Name and an${HT}HT" +echo foo 2>/dev/null > "Name and an${HT}HT" test -f "Name and an${HT}HT" || { # since FAT/NTFS does not allow tabs in filenames, skip this test say 'Your filesystem does not allow tabs in filenames, test skipped.'