diff options
Diffstat (limited to 't/t2202-add-addremove.sh')
-rwxr-xr-x | t/t2202-add-addremove.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/t2202-add-addremove.sh b/t/t2202-add-addremove.sh index 17744e8c57..9ee659098c 100755 --- a/t/t2202-add-addremove.sh +++ b/t/t2202-add-addremove.sh @@ -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 |