Merge branch 'pw/am-signoff' into maint
[gitweb.git] / t / t1411-reflog-show.sh
index ae96eeb66a0fd9d73a5805cd01f32dac857bd483..6ac7734d79be21a82feeadff10064bb4ca7ad47b 100755 (executable)
@@ -171,10 +171,4 @@ test_expect_success 'reflog exists works' '
        ! git reflog exists refs/heads/nonexistent
 '
 
-# The behavior with two reflogs is buggy and the output is in flux; for now
-# we're just checking that the program works at all without segfaulting.
-test_expect_success 'showing multiple reflogs works' '
-       git log -g HEAD HEAD >actual
-'
-
 test_done