diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-05-08 13:43:04 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-08 13:43:04 -0700 |
commit | 0bf9fc0cd28bf8e983a5280676fcaeb826403516 (patch) | |
tree | 545c0bdb8c35fdb483c1f5c0782949542af7aac0 | |
parent | "add -p": work-around an old laziness that does not coalesce hunks (diff) | |
download | tgif-0bf9fc0cd28bf8e983a5280676fcaeb826403516.tar.xz |
t3701: add-p-fix makes the last test to pass
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | t/t3701-add-interactive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |