From b2919d9129939507d6e5f22fd65b18f6356542cc Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 30 Oct 2013 17:43:14 +0100 Subject: [PATCH] fixup! Fix t3404 for Windows --- t/t3404-rebase-interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh index d5e611b459..e81cfcb4dc 100755 --- a/t/t3404-rebase-interactive.sh +++ b/t/t3404-rebase-interactive.sh @@ -865,7 +865,7 @@ test_expect_success 'rebase -i --exec without ' ' test_must_fail git rebase -i --exec 2>tmp && sed -e "1d" tmp >actual && test_must_fail git rebase -h >expected && - test_cmp expected actual && + test_cmp_text expected actual && git checkout master '