1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-13 07:36:09 +02:00

disable t4016-diff-quote.sh on some filesystems

... because the filesystems (most typically FAT and NTFS) do not support
HT nor LF in filenames.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
This commit is contained in:
Alex Riesen 2007-02-20 10:04:32 +01:00 committed by Junio C Hamano
parent b97e911643
commit d2cd696322

View File

@ -13,6 +13,10 @@ 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'
test_done
}
test_expect_success setup '
echo P0.0 >"$P0.0" &&