From aeb782846ebff9c3c8abf835ab7406e2a5a685ae Mon Sep 17 00:00:00 2001 From: Steffen Prohaska Date: Tue, 29 Jan 2008 06:45:36 +0100 Subject: [PATCH] t5520: Skip '--rebase rebased upstream' on msys (remote doesn't work) We know that git remote does not work in t/. Therefore, we skip this test. Signed-off-by: Steffen Prohaska --- t/t5520-pull.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/t/t5520-pull.sh b/t/t5520-pull.sh index 9484129ca5..ca83768e05 100755 --- a/t/t5520-pull.sh +++ b/t/t5520-pull.sh @@ -76,6 +76,7 @@ test_expect_success 'branch.to-rebase.rebase' ' test new = $(git show HEAD:file2) ' +say "Remote does not work in t/ - skipping." || test_expect_success '--rebase with rebased upstream' ' git remote add -f me . &&