Skip to content
Snippets Groups Projects
Commit 99fb11d1 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'ab/test-must-be-empty-for-master'

Test fixes.

* ab/test-must-be-empty-for-master:
  t6018-rev-list-glob: fix 'empty stdin' test
parents 56ce87da b89b4a66
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -256,7 +256,7 @@ test_expect_success 'rev-list accumulates multiple --exclude' '
'
 
test_expect_failure 'rev-list should succeed with empty output on empty stdin' '
git rev-list --stdin <expect >actual &&
git rev-list --stdin </dev/null >actual &&
test_must_be_empty actual
'
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment