]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test425: fix the log directory for the upload
authorDan Fandrich <dan@coneharvesters.com>
Fri, 19 May 2023 05:00:41 +0000 (22:00 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Sun, 21 May 2023 05:15:15 +0000 (22:15 -0700)
This must be %LOGDIR to let it work with parallel tests.

Ref: #10969

tests/data/test425

index 1ce92af5e4416745118e9f0060d0e90f58f5fb8f..dff6ab4a8f31b355e1bb236a44272e044707ee12 100644 (file)
@@ -30,9 +30,9 @@ http
 HTTP PUT with path ending with slash + query
  </name>
  <command>
--T log/up%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER/?fullpath
+-T %LOGDIR/up%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER/?fullpath
 </command>
-<file name="log/up%TESTNUMBER">
+<file name="%LOGDIR/up%TESTNUMBER">
 content
 </file>
 </client>