Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
merge-octopus: abort if index does not match HEAD
[gitweb.git]
/
t
/
t4016-diff-quote.sh
diff --git
a/t/t4016-diff-quote.sh
b/t/t4016-diff-quote.sh
index cd543ecc5429dc175750971f4b593e327ab3fcee..9c48e5c2c99ad1eafc343a2cf6b9eeda54f644d4 100755
(executable)
--- a/
t/t4016-diff-quote.sh
+++ b/
t/t4016-diff-quote.sh
@@
-13,6
+13,7
@@
P1='pathname with HT'
P2='pathname with SP'
P3='pathname
with LF'
+test_have_prereq !MINGW &&
echo 2>/dev/null >"$P1" && test -f "$P1" && rm -f "$P1" || {
skip_all='Your filesystem does not allow tabs in filenames'
test_done