diff options
Diffstat (limited to 't/t1414-reflog-walk.sh')
-rwxr-xr-x | t/t1414-reflog-walk.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t1414-reflog-walk.sh b/t/t1414-reflog-walk.sh index 945aa089ec..8bda862ca7 100755 --- a/t/t1414-reflog-walk.sh +++ b/t/t1414-reflog-walk.sh @@ -102,4 +102,8 @@ test_expect_failure 'walk prefers reflog to ref tip' ' test_cmp expect actual ' +test_expect_success 'rev-list -g complains when there are no reflogs' ' + test_must_fail git rev-list -g +' + test_done |