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 /t | |
parent | 06f3549d7146179c5cafe8f76e8fcbc064eba2f7 (diff) | |
download | git-2d2ef5ec82c912fcc5c06fa902c867d45cc8a53e.tar.gz git-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>
Diffstat (limited to 't')
-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 a7d818716..ca01053bc 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 |