summaryrefslogtreecommitdiff
path: root/t/t2105-update-index-gitfile.sh
diff options
context:
space:
mode:
authorBrian Gernhardt <brian@silverinsanity.com>2010-06-25 17:20:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-06-25 17:54:04 (GMT)
commit6ed7ddaadba9217b794aecf6d74a2e455daf7a96 (patch)
treea737d30a55681c332073eaef856c8c34949c3566 /t/t2105-update-index-gitfile.sh
parentdd44d419d30afa52b863efa07aeec738c4531ea9 (diff)
downloadgit-6ed7ddaadba9217b794aecf6d74a2e455daf7a96.zip
git-6ed7ddaadba9217b794aecf6d74a2e455daf7a96.tar.gz
git-6ed7ddaadba9217b794aecf6d74a2e455daf7a96.tar.bz2
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 't/t2105-update-index-gitfile.sh')
0 files changed, 0 insertions, 0 deletions