Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/t5000-dont-copy-bin-sh'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 22 Dec 2014 20:26:43 +0000
(12:26 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 22 Dec 2014 20:26:43 +0000
(12:26 -0800)
* js/t5000-dont-copy-bin-sh:
t5000 on Windows: do not mistake "sh.exe" as "sh"
t/t5000-tar-tree.sh
patch
|
blob
|
history
raw
(from parent 1:
63296d5
)
diff --git
a/t/t5000-tar-tree.sh
b/t/t5000-tar-tree.sh
index d01bbdc968a0fcde9eb5410793f8a22108ee6c2d..4b68bbafbe9016d66ce4f96f2058ac67640ed147 100755
(executable)
--- a/
t/t5000-tar-tree.sh
+++ b/
t/t5000-tar-tree.sh
@@
-101,7
+101,7
@@
test_expect_success \
ten=0123456789 && hundred=$ten$ten$ten$ten$ten$ten$ten$ten$ten$ten &&
echo long filename >a/four$hundred &&
mkdir a/bin &&
-
cp /bin/sh a/bin
&&
+
test-genrandom "frotz" 500000 >a/bin/sh
&&
printf "A\$Format:%s\$O" "$SUBSTFORMAT" >a/substfile1 &&
printf "A not substituted O" >a/substfile2 &&
if test_have_prereq SYMLINKS; then