Skip to content

Commit 99fb11d

Browse files
committed
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
2 parents 56ce87d + b89b4a6 commit 99fb11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t6018-rev-list-glob.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ test_expect_success 'rev-list accumulates multiple --exclude' '
256256
'
257257

258258
test_expect_failure 'rev-list should succeed with empty output on empty stdin' '
259-
git rev-list --stdin <expect >actual &&
259+
git rev-list --stdin </dev/null >actual &&
260260
test_must_be_empty actual
261261
'
262262

0 commit comments

Comments
 (0)