Merge branch 'dt/refs-backend-preamble'
[gitweb.git] / t / t1411-reflog-show.sh
index 6f47c0dd0ec9b5e59205ca98eea9bd729605e004..3eb4f102e505445041a3772404523a99245a8346 100755 (executable)
@@ -166,4 +166,9 @@ test_expect_success 'git log -g -p shows diffs vs. parents' '
        test_cmp expect actual
 '
 
+test_expect_success 'reflog exists works' '
+       git reflog exists refs/heads/master &&
+       ! git reflog exists refs/heads/nonexistent
+'
+
 test_done