diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-09 11:29:20 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-09 16:45:14 -0700 |
commit | ca8d148daf3014577222c2562ca2c8170a866aa4 (patch) | |
tree | d3225e86102154d591d8b25336eb4166c32efd0a /date.c | |
parent | trivial: Add missing period in documentation (diff) | |
download | tgif-ca8d148daf3014577222c2562ca2c8170a866aa4.tar.xz |
test: test_must_be_empty helper
There are quite a lot places where an output file is expected to be
empty, and we fail the test when it is not. The output from running
the test script with -i -v can be helped if we showed the unexpected
contents at that point.
We could of course do
>expected.empty && test_cmp expected.empty actual
but this is commmon enough to be done with a dedicated helper.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'date.c')
0 files changed, 0 insertions, 0 deletions