We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd3b0f commit 85fb4baCopy full SHA for 85fb4ba
t/t9100-git-svn-basic.sh
@@ -30,7 +30,8 @@ test_expect_success \
30
echo "deep dir" >dir/a/b/c/d/e/file &&
31
mkdir bar &&
32
echo "zzz" >bar/zzz &&
33
- write_script exec.sh </dev/null &&
+ echo "#!/bin/sh" >exec.sh &&
34
+ chmod +x exec.sh &&
35
svn_cmd import -m "import for git svn" . "$svnrepo" >/dev/null
36
) &&
37
rm -rf import &&
0 commit comments