]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7508-status.sh
The sixth batch
[thirdparty/git.git] / t / t7508-status.sh
index 482ce3510edd1007118d52fbb36111a8b0d09247..8e969f3e3680d856073460b5b15e524ad9170d7f 100755 (executable)
@@ -1471,7 +1471,7 @@ test_expect_success '"status.branch=true" same as "-b"' '
 test_expect_success '"status.branch=true" different from "--no-branch"' '
        git status -s --no-branch  >expected_nobranch &&
        git -c status.branch=true status -s >actual &&
-       test_must_fail test_cmp expected_nobranch actual
+       ! test_cmp expected_nobranch actual
 '
 
 test_expect_success '"status.branch=true" weaker than "--no-branch"' '