Merge branch 'ab/test-must-be-empty-for-master'
Test updates. * ab/test-must-be-empty-for-master: tests: make use of the test_must_be_empty function
This commit is contained in:
@ -48,8 +48,7 @@ test_expect_success 'Just "git add" is a no-op' '
|
||||
>will-not-be-added &&
|
||||
git add &&
|
||||
git diff-index --name-status --cached HEAD >actual &&
|
||||
>expect &&
|
||||
test_cmp expect actual
|
||||
test_must_be_empty actual
|
||||
'
|
||||
|
||||
test_done
|
||||
|
Reference in New Issue
Block a user