From: Daniel Gustafsson Date: Sat, 8 Oct 2016 09:39:12 +0000 (+0200) Subject: tests: Fix a small typo in the tests README (#1060) X-Git-Tag: curl-7_51_0~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f43236a406396ade1c7af64e1d28317c417c551;p=thirdparty%2Fcurl.git tests: Fix a small typo in the tests README (#1060) The subdirectory for logs in tests/ is named log/ without an 's' at the end. --- diff --git a/tests/README b/tests/README index 834be63a5e..6409c107be 100644 --- a/tests/README +++ b/tests/README @@ -164,7 +164,7 @@ The cURL Test Suite 1.8 Logs - All logs are generated in the logs/ subdirectory (it is emptied first in the + All logs are generated in the log/ subdirectory (it is emptied first in the runtests.pl script). Use runtests.pl -k to force it to keep the temporary files after the test run since successful runs will clean it up otherwise.