Merge branch 'rj/maint-test-fixes'
[gitweb.git] / t / t7502-commit.sh
index c1c66450a395af91c54e7815ae7c21393f7fd2ad..50da034cd3934d0509e67a6f20e514a18e5659d4 100755 (executable)
@@ -390,7 +390,7 @@ try_commit_status_combo () {
 
        test_expect_success 'commit --no-status' '
                clear_config commit.status &&
-               try_commit --no-status
+               try_commit --no-status &&
                ! grep "^# Changes to be committed:" .git/COMMIT_EDITMSG
        '