diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-20 16:02:24 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-20 16:02:24 -0700 |
commit | 01c0615dceb433a5498c7160d67f77a6cc9197bb (patch) | |
tree | 422612ad3a7e7b0aea14905a815c5d60d5914351 /t/t3400-rebase.sh | |
parent | 0846fe1a8357b0a99b9d547a4d97844048ae2101 (diff) | |
parent | ca8d148daf3014577222c2562ca2c8170a866aa4 (diff) | |
download | git-01c0615dceb433a5498c7160d67f77a6cc9197bb.tar.gz |
Merge branch 'fc/show-non-empty-errors-in-test'
* fc/show-non-empty-errors-in-test:
test: test_must_be_empty helper
Diffstat (limited to 't/t3400-rebase.sh')
-rwxr-xr-x | t/t3400-rebase.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3400-rebase.sh b/t/t3400-rebase.sh index b58fa1a232..6a5ec32a26 100755 --- a/t/t3400-rebase.sh +++ b/t/t3400-rebase.sh @@ -185,7 +185,7 @@ test_expect_success 'default to @{upstream} when upstream arg is missing' ' test_expect_success 'rebase -q is quiet' ' git checkout -b quiet topic && git rebase -q master >output.out 2>&1 && - test ! -s output.out + test_must_be_empty output.out ' test_expect_success 'Rebase a commit that sprinkles CRs in' ' |