Skip to content

Commit bdae1f4

Browse files
committed
mingw: mark t9100's test cases with appropriate prereqs
Many a test requires either POSIXPERM (to change the executable bit) or SYMLINKS, and neither are available on Windows. This lets t9100-git-svn-basic.sh pass in Git for Windows' SDK. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 5840b06 commit bdae1f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

t/t9100-git-svn-basic.sh

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

0 commit comments

Comments
 (0)