Browse Source

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
maint
Junio C Hamano 7 years ago
parent
commit
99fb11d15b
  1. 2
      t/t6018-rev-list-glob.sh

2
t/t6018-rev-list-glob.sh

@ -256,7 +256,7 @@ test_expect_success 'rev-list accumulates multiple --exclude' ' @@ -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…
Cancel
Save