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>
This commit is contained in:
Jeff King
2009-04-03 15:31:10 -04:00
committed by Junio C Hamano
parent f3a186ffad
commit 5dba359124
17 changed files with 0 additions and 26 deletions

View File

@ -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