From 0bf9fc0cd28bf8e983a5280676fcaeb826403516 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 8 May 2011 13:43:04 -0700 Subject: [PATCH] t3701: add-p-fix makes the last test to pass Signed-off-by: Junio C Hamano --- t/t3701-add-interactive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t3701-add-interactive.sh b/t/t3701-add-interactive.sh index 72559e1b01..7f61a18030 100755 --- a/t/t3701-add-interactive.sh +++ b/t/t3701-add-interactive.sh @@ -311,7 +311,7 @@ test_expect_success PERL 'split hunk setup' ' done >test ' -test_expect_failure PERL 'split hunk "add -p (edit)"' ' +test_expect_success PERL 'split hunk "add -p (edit)"' ' # Split, say Edit and do nothing. Then: # # 1. Broken version results in a patch that does not apply and -- GitLab