зеркало из https://github.com/microsoft/git.git
Skip t3902-quoted.sh if the file system does not support funny names.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
8ed2fca458
Коммит
25482a3c0c
|
@ -20,6 +20,13 @@ LF='
|
||||||
'
|
'
|
||||||
DQ='"'
|
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_each_name () {
|
||||||
for name in \
|
for name in \
|
||||||
Name "Name and a${LF}LF" "Name and an${HT}HT" "Name${DQ}" \
|
Name "Name and a${LF}LF" "Name and an${HT}HT" "Name${DQ}" \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче