git-am: Add colon before the subject that is printed out as being applied
[gitweb.git] / t / t4151-am-abort.sh
index 249093b6d0b613dcf88bed72f4781c7316fddc3d..f45ab0a2e8ad4b02cd0bdd9a2cb57d74d86382f1 100755 (executable)
@@ -43,7 +43,7 @@ do
 
        test_expect_success "am$with3 --skip continue after failed am$with3" '
                test_must_fail git-am$with3 --skip >output &&
-               test "$(grep "^Applying" output)" = "Applying 6" &&
+               test "$(grep "^Applying" output)" = "Applying: 6" &&
                test_cmp file-2-expect file-2 &&
                test ! -f .git/rr-cache/MERGE_RR
        '