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.
This commit is contained in:
Johannes Schindelin
2016-05-04 14:23:37 +02:00
parent abd3b0f1f1
commit 85fb4baff2

View File

@@ -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 </dev/null &&
echo "#!/bin/sh" >exec.sh &&
chmod +x exec.sh &&
svn_cmd import -m "import for git svn" . "$svnrepo" >/dev/null
) &&
rm -rf import &&