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 <prohaska@zib.de>
This commit is contained in:
Steffen Prohaska
2008-01-29 06:45:36 +01:00
parent b9c9fdb0f5
commit aeb782846e

View File

@@ -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 . &&