diff options
author | Brian Gernhardt <brian@silverinsanity.com> | 2010-06-25 13:20:48 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-06-25 10:54:04 -0700 |
commit | 6ed7ddaadba9217b794aecf6d74a2e455daf7a96 (patch) | |
tree | a737d30a55681c332073eaef856c8c34949c3566 /grep.h | |
parent | Add optional parameters to the diff option "--ignore-submodules" (diff) | |
download | tgif-6ed7ddaadba9217b794aecf6d74a2e455daf7a96.tar.xz |
t4027,4041: Use test -s to test for an empty file
The tests used a mixture of 'echo -n' (which is non-portable) and either
test_cmp or diff to check if a file is empty. The much easier and portable
method to check for an empty file is '! test -s'
While we're in t4027, there was an excess test_done. Remove it.
Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'grep.h')
0 files changed, 0 insertions, 0 deletions