diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-04-25 09:41:12 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-04-25 09:41:12 +0200 |
commit | 579b75ad9530827fe00740b8551963f16f279c40 (patch) | |
tree | 9beebfa6f1162d688b034923b2ba3498cf6597e5 /t/t5550-http-fetch-dumb.sh | |
parent | Merge branch 'ag/sequencer-reduce-rewriting-todo' (diff) | |
parent | t9811-git-p4-label-import: fix pipeline negation (diff) | |
download | git-579b75ad9530827fe00740b8551963f16f279c40.tar.xz git-579b75ad9530827fe00740b8551963f16f279c40.zip |
Merge branch 'sg/test-atexit'
Test framework update to more robustly clean up leftover files and
processes after tests are done.
* sg/test-atexit:
t9811-git-p4-label-import: fix pipeline negation
git p4 test: disable '-x' tracing in the p4d watchdog loop
git p4 test: simplify timeout handling
git p4 test: clean up the p4d cleanup functions
git p4 test: use 'test_atexit' to kill p4d and the watchdog process
t0301-credential-cache: use 'test_atexit' to stop the credentials helper
tests: use 'test_atexit' to stop httpd
git-daemon: use 'test_atexit` to stop 'git-daemon'
test-lib: introduce 'test_atexit'
t/lib-git-daemon: make sure to kill the 'git-daemon' process
test-lib: fix interrupt handling with 'dash' and '--verbose-log -x'
Diffstat (limited to 't/t5550-http-fetch-dumb.sh')
-rwxr-xr-x | t/t5550-http-fetch-dumb.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t5550-http-fetch-dumb.sh b/t/t5550-http-fetch-dumb.sh index 694b77c855..b811d89cfd 100755 --- a/t/t5550-http-fetch-dumb.sh +++ b/t/t5550-http-fetch-dumb.sh @@ -424,5 +424,4 @@ test_expect_success 'fetching via http alternates works' ' git -c http.followredirects=true clone "$HTTPD_URL/dumb/alt-child.git" ' -stop_httpd test_done |