Revert "git-add--interactive: remove hunk coalescing"
[gitweb.git] / t / t3701-add-interactive.sh
index 9999fcd4b6e4000f199131e9b62e9aae3d278db1..5cdb83d28c2bc54babf463da1aa591a66b300c9a 100755 (executable)
@@ -189,7 +189,7 @@ index b6f2c08..61b9053 100755
 +lastline
 EOF
 # Test splitting the first patch, then adding both
-test_expect_failure 'add first line works' '
+test_expect_success 'add first line works' '
        git commit -am "clear local changes" &&
        git apply patch &&
        (echo s; echo y; echo y) | git add -p file &&