summaryrefslogtreecommitdiff
path: root/tests/data/test627
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test627')
-rw-r--r--tests/data/test6276
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test627 b/tests/data/test627
index 01c5221ac..60b830e92 100644
--- a/tests/data/test627
+++ b/tests/data/test627
@@ -24,12 +24,12 @@ sftp
SFTP quote remove file with NOBODY
</name>
<command>
---key curl_client_key --pubkey curl_client_key.pub -u %USER: -I -Q "rm %PWD/log/file627.txt" sftp://%HOSTIP:%SSHPORT --insecure
+--key curl_client_key --pubkey curl_client_key.pub -u %USER: -I -Q "rm %PWD/log/file%TESTNUMBER.txt" sftp://%HOSTIP:%SSHPORT --insecure
</command>
<postcheck>
-perl %SRCDIR/libtest/test610.pl gone %PWD/log/test627.txt
+perl %SRCDIR/libtest/test610.pl gone %PWD/log/test%TESTNUMBER.txt
</postcheck>
-<file name="log/file627.txt">
+<file name="log/file%TESTNUMBER.txt">
Dummy test file for remove test
</file>
</client>