git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d616813
)
t3902 - skip test if file system doesn't support HT in names
author
Mark Levedahl
<redacted>
Sun, 12 Aug 2007 15:24:30 +0000
(11:24 -0400)
committer
Junio C Hamano
<redacted>
Mon, 13 Aug 2007 19:58:38 +0000
(12:58 -0700)
Windows / cygwin don't support HT, LF, or TAB in file name so this test
is meaningless there.
Signed-off-by: Mark Levedahl <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t3902-quoted.sh
patch
|
blob
|
history
diff --git
a/t/t3902-quoted.sh
b/t/t3902-quoted.sh
index 63f950b179586b2f8f7bf8d3695262795d546465..245fb3babddfeaeb361d9822780915460dfe1bab 100755
(executable)
--- a/
t/t3902-quoted.sh
+++ b/
t/t3902-quoted.sh
@@
-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=' '
git clone https://git.99rst.org/PROJECT