diff options
author | SZEDER Gábor <szeder.dev@gmail.com> | 2019-03-13 13:24:13 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-03-14 04:34:39 +0100 |
commit | 8c3b9f7faa4f39ddb89be229b706d4a9f9c659a4 (patch) | |
tree | af53f193791f56d0e6e7ca2bd3b850ed15306055 /t/t5541-http-push-smart.sh | |
parent | git-daemon: use 'test_atexit` to stop 'git-daemon' (diff) | |
download | git-8c3b9f7faa4f39ddb89be229b706d4a9f9c659a4.tar.xz git-8c3b9f7faa4f39ddb89be229b706d4a9f9c659a4.zip |
tests: use 'test_atexit' to stop httpd
Use 'test_atexit' to run cleanup commands to stop httpd at the end of
the test script or upon interrupt or failure, as it is shorter,
simpler, and more robust than registering such cleanup commands in the
trap on EXIT in the test scripts.
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5541-http-push-smart.sh')
-rwxr-xr-x | t/t5541-http-push-smart.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t5541-http-push-smart.sh b/t/t5541-http-push-smart.sh index 5475afc052..bdf40f445e 100755 --- a/t/t5541-http-push-smart.sh +++ b/t/t5541-http-push-smart.sh @@ -373,5 +373,4 @@ test_expect_success 'colorize errors/hints' ' test_i18ngrep ! "^hint: " decoded ' -stop_httpd test_done |