Browse Source

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>
maint
Pat Thoyts 15 years ago
parent
commit
97f2c33a52
  1. 2
      t/t5000-tar-tree.sh

2
t/t5000-tar-tree.sh

@ -94,7 +94,7 @@ test_expect_success 'git archive with --output' \ @@ -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…
Cancel
Save