From 542a731491e4f4303d982ad9db8b4ed258ed599b Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Fri, 17 Sep 2010 14:27:56 +0100 Subject: [PATCH] Skip 'git archive --remote' test on msysGit This test requires git daemon support which is not available on msysgit Signed-off-by: Pat Thoyts --- t/t5000-tar-tree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t5000-tar-tree.sh b/t/t5000-tar-tree.sh index 27bfba55bd..bc87939957 100755 --- a/t/t5000-tar-tree.sh +++ b/t/t5000-tar-tree.sh @@ -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 NONMINGW 'git archive --remote' \ 'git archive --remote=. HEAD >b5.tar && test_cmp b.tar b5.tar'