]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test447: move the test file into %LOGDIR
authorDan Fandrich <dan@coneharvesters.com>
Wed, 7 Jun 2023 20:53:08 +0000 (13:53 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 7 Jun 2023 20:53:08 +0000 (13:53 -0700)
tests/data/test447

index 76614bab679de6f046ee6ea95b5113bd5a7f03d0..f514a130e5e60257d5ece8decdc6033067daf5ae 100644 (file)
@@ -42,9 +42,9 @@ HTTP PUT with growing file
 CURL_UPLOAD_SIZE=498
 </setenv>
 <command>
-http://%HOSTIP:%HTTPPORT/%TESTNUMBER -T log/%TESTNUMBER
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -T %LOGDIR/upload%TESTNUMBER
 </command>
-<file name="log/%TESTNUMBER">
+<file name="%LOGDIR/upload%TESTNUMBER">
 %repeat[100 x hello]%
 </file>
 </client>