diff options
author | Jeff King <peff@peff.net> | 2009-04-03 15:31:10 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-05 00:38:26 -0700 |
commit | 5dba35912474770d0df45ed801d78c4c9ed5e949 (patch) | |
tree | d61db4853ccf89f7ef30bb28ef50b28116a1fe57 /t/t5540-http-push.sh | |
parent | f3a186ffade15f793ea17713a10e10ec4f26ff11 (diff) | |
download | git-5dba35912474770d0df45ed801d78c4c9ed5e949.tar.gz |
tests: remove exit after test_done call
test_done always exits, so this line is never executed.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5540-http-push.sh')
-rwxr-xr-x | t/t5540-http-push.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t5540-http-push.sh b/t/t5540-http-push.sh index c46592f03d..5fe479e1c2 100755 --- a/t/t5540-http-push.sh +++ b/t/t5540-http-push.sh @@ -17,7 +17,6 @@ if git http-push > /dev/null 2>&1 || [ $? -eq 128 ] then say "skipping test, USE_CURL_MULTI is not defined" test_done - exit fi . "$TEST_DIRECTORY"/lib-httpd.sh |