diff options
author | Elijah Newren <newren@gmail.com> | 2010-10-03 14:00:00 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-10-03 17:55:22 -0700 |
commit | 2d2ef5ec82c912fcc5c06fa902c867d45cc8a53e (patch) | |
tree | db82ab06898315f7e3878f84d6b0ebe5cbe4c2e7 | |
parent | setup: make sure git dir path is in a permanent buffer (diff) | |
download | tgif-2d2ef5ec82c912fcc5c06fa902c867d45cc8a53e.tar.xz |
t3020 (ls-files-error-unmatch): remove stray '1' from end of file
Acked-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | t/t3020-ls-files-error-unmatch.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t3020-ls-files-error-unmatch.sh b/t/t3020-ls-files-error-unmatch.sh index a7d8187169..ca01053bcc 100755 --- a/t/t3020-ls-files-error-unmatch.sh +++ b/t/t3020-ls-files-error-unmatch.sh @@ -26,4 +26,3 @@ test_expect_success \ 'git ls-files --error-unmatch foo bar' test_done -1 |