From d7bc3dd8f7a2091e9d7dec69bed96d53653d9a79 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 7 Mar 2009 23:12:43 +0100 Subject: [PATCH] t5520: do not skip test that does not fail anymore Signed-off-by: Johannes Schindelin --- t/t5520-pull.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/t/t5520-pull.sh b/t/t5520-pull.sh index 8377733f7b..725771fac1 100755 --- a/t/t5520-pull.sh +++ b/t/t5520-pull.sh @@ -88,7 +88,6 @@ 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 . && -- 2.11.4.GIT