]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t6000-rev-list-misc.sh
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / t / t6000-rev-list-misc.sh
index 3bb0e4ff8f812627bea07fe82b3be97e562d3ccc..fc4d55dcb2e28d34b9a971f59872d30dfc87afcd 100755 (executable)
@@ -128,8 +128,8 @@ test_expect_success 'rev-list can negate index objects' '
        test_cmp expect actual
 '
 
-test_expect_success '--bisect and --first-parent can not be combined' '
-       test_must_fail git rev-list --bisect --first-parent HEAD
+test_expect_success '--bisect and --first-parent can be combined' '
+       git rev-list --bisect --first-parent HEAD
 '
 
 test_expect_success '--header shows a NUL after each commit' '