X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft3902-quoted.sh;h=147e634cd65b616ea6c8059897f191b761996c6f;hb=48c250a121a425a1860226b6a7061aecfbab5246;hp=29103f65dc60a81d071b9dd5600f416b3a31860f;hpb=6d816301cd53e54af3398b634d47588a6f184be4;p=git.git diff --git a/t/t3902-quoted.sh b/t/t3902-quoted.sh index 29103f65d..147e634cd 100755 --- a/t/t3902-quoted.sh +++ b/t/t3902-quoted.sh @@ -17,7 +17,7 @@ DQ='"' 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.' + skip_all='Your filesystem does not allow tabs in filenames, test skipped.' test_done }