test447: move the test file into %LOGDIR

This commit is contained in:
Dan Fandrich 2023-06-07 13:53:08 -07:00
parent 3f8fc25720
commit c6d97bcea6

View 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>