From: Johannes Sixt Date: Tue, 13 Nov 2007 20:04:59 +0000 (+0100) Subject: Skip t3902-quoted.sh if the file system does not support funny names. X-Git-Tag: v1.5.4-rc0~154^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/25482a3c0cc127fc5065552fe09e4709f32a2701?ds=inline;hp=--cc Skip t3902-quoted.sh if the file system does not support funny names. Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano --- 25482a3c0cc127fc5065552fe09e4709f32a2701 diff --git a/t/t3902-quoted.sh b/t/t3902-quoted.sh index 245fb3babd..73da45f18c 100755 --- a/t/t3902-quoted.sh +++ b/t/t3902-quoted.sh @@ -20,6 +20,13 @@ LF=' ' DQ='"' +echo foo > "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.' + test_done +} + for_each_name () { for name in \ Name "Name and a${LF}LF" "Name and an${HT}HT" "Name${DQ}" \