We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63296d5 + bba5fcc commit 4762c7bCopy full SHA for 4762c7b
1 file changed
t/t5000-tar-tree.sh
@@ -101,7 +101,7 @@ test_expect_success \
101
ten=0123456789 && hundred=$ten$ten$ten$ten$ten$ten$ten$ten$ten$ten &&
102
echo long filename >a/four$hundred &&
103
mkdir a/bin &&
104
- cp /bin/sh a/bin &&
+ test-genrandom "frotz" 500000 >a/bin/sh &&
105
printf "A\$Format:%s\$O" "$SUBSTFORMAT" >a/substfile1 &&
106
printf "A not substituted O" >a/substfile2 &&
107
if test_have_prereq SYMLINKS; then
0 commit comments