mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
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:
@@ -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 . &&
|
||||
|
||||
Reference in New Issue
Block a user