Skip to content

Commit 85fb4ba

Browse files
committed
fixup! mingw: mark t9100's test cases with appropriate prereqs
This patch somehow sneaked back in. The surviving part is actually unnecessary and not reflected by the commit message.
1 parent abd3b0f commit 85fb4ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/t9100-git-svn-basic.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ test_expect_success \
3030
echo "deep dir" >dir/a/b/c/d/e/file &&
3131
mkdir bar &&
3232
echo "zzz" >bar/zzz &&
33-
write_script exec.sh </dev/null &&
33+
echo "#!/bin/sh" >exec.sh &&
34+
chmod +x exec.sh &&
3435
svn_cmd import -m "import for git svn" . "$svnrepo" >/dev/null
3536
) &&
3637
rm -rf import &&

0 commit comments

Comments
 (0)