mirror of
https://github.com/git/git.git
synced 2025-03-21 16:13:59 +00:00
Skip 'git archive --remote' test on msysGit
This test requires git daemon support which is not available on msysgit Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
This commit is contained in:
parent
a94114ad3d
commit
97f2c33a52
@ -94,7 +94,7 @@ test_expect_success 'git archive with --output' \
|
||||
'git archive --output=b4.tar HEAD &&
|
||||
test_cmp b.tar b4.tar'
|
||||
|
||||
test_expect_success 'git archive --remote' \
|
||||
test_expect_success NOT_MINGW 'git archive --remote' \
|
||||
'git archive --remote=. HEAD >b5.tar &&
|
||||
test_cmp b.tar b5.tar'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user