From 85fb4baff20a9f6fbd9e594d050a009ff97e8ba9 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 4 May 2016 14:23:37 +0200 Subject: [PATCH] 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. --- t/t9100-git-svn-basic.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/t9100-git-svn-basic.sh b/t/t9100-git-svn-basic.sh index 56acc1e70e..22d8367ff3 100755 --- a/t/t9100-git-svn-basic.sh +++ b/t/t9100-git-svn-basic.sh @@ -30,7 +30,8 @@ test_expect_success \ echo "deep dir" >dir/a/b/c/d/e/file && mkdir bar && echo "zzz" >bar/zzz && - write_script exec.sh exec.sh && + chmod +x exec.sh && svn_cmd import -m "import for git svn" . "$svnrepo" >/dev/null ) && rm -rf import &&