From e2b4df7b5ed8ed86c900820fc4b2c30b9cb53f51 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 12 Mar 2021 17:38:26 +0100 Subject: tests: use %TESTNUMBER instead of fixed number This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738 --- tests/data/test880 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test880') diff --git a/tests/data/test880 b/tests/data/test880 index e0609bbdc..9dc00c0f6 100644 --- a/tests/data/test880 +++ b/tests/data/test880 @@ -54,7 +54,7 @@ CURL_GETHOSTNAME=curlhost LD_PRELOAD=%PWD/libtest/.libs/libhostname.so -pop3://%HOSTIP:%POP3PORT/880 -u user:secret +pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret chkhostname curlhost @@ -71,7 +71,7 @@ TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA= * AUTH PLAIN AHVzZXIAc2VjcmV0 -RETR 880 +RETR %TESTNUMBER QUIT -- cgit v1.2.1