mirror of
https://github.com/git/git.git
synced 2024-11-27 20:14:30 +08:00
t3902 - skip test if file system doesn't support HT in names
Windows / cygwin don't support HT, LF, or TAB in file name so this test is meaningless there. Signed-off-by: Mark Levedahl <mdl123@verizon.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
d616813d75
commit
95eb6853af
@ -7,6 +7,12 @@ 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=' '
|
||||
|
Loading…
Reference in New Issue
Block a user