diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-10-15 15:43:35 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-15 15:43:36 -0700 |
commit | c92df72bf425226380587be00dee08346a0ba9d4 (patch) | |
tree | 93edf79dceddb2a56cc0c9c10ceab0987a0101a8 /t/t5560-http-backend-noserver.sh | |
parent | 30ce3b3bbced1fb17a40247a83017332f4e102fd (diff) | |
parent | 362d8b6e0d313e0e06553f5c390dc7f2172c0569 (diff) | |
download | git-c92df72bf425226380587be00dee08346a0ba9d4.tar.gz |
Merge branch 'sb/http-flaky-test-fix'
A test script for the HTTP service had a timing dependent bug,
which was fixed.
* sb/http-flaky-test-fix:
t5561: get rid of racy appending to logfile
Diffstat (limited to 't/t5560-http-backend-noserver.sh')
-rwxr-xr-x | t/t5560-http-backend-noserver.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/t/t5560-http-backend-noserver.sh b/t/t5560-http-backend-noserver.sh index aa73eeaef8..9fafcf1945 100755 --- a/t/t5560-http-backend-noserver.sh +++ b/t/t5560-http-backend-noserver.sh @@ -44,10 +44,6 @@ POST() { test_cmp exp act } -log_div() { - return 0 -} - . "$TEST_DIRECTORY"/t556x_common expect_aliased() { |