]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test433: verify "Note: Read config file from..."
authorDaniel Stenberg <daniel@haxx.se>
Tue, 25 Nov 2025 15:14:43 +0000 (16:14 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 27 Nov 2025 07:39:40 +0000 (08:39 +0100)
Which was added in fc09a2da4ad0595292

Closes #19699

tests/data/test2080
tests/data/test433

index 44d16b6ee3315a3dea961b4e595fc92434322030..52860addb05326957185bc0fdf227047ea59759e 100644 (file)
@@ -3,6 +3,7 @@
 <keywords>
 FILE
 config
+--config
 </keywords>
 </info>
 
index 63c884fdbe48f9955c52929b80d88cf3571682ec..034f84e0b6db68303bf7fe3257361a3e4ad67b4d 100644 (file)
@@ -36,8 +36,12 @@ CURL_HOME
 <name>
 Verify XDG_CONFIG_HOME use to find curlrc
 </name>
+# set the terminal wide to avoid word wrap in the message
+<setenv>
+COLUMNS=300
+</setenv>
 <command option="no-q">
-%HOSTIP:%HTTPPORT/%TESTNUMBER
+%HOSTIP:%HTTPPORT/%TESTNUMBER --no-progress-meter
 </command>
 </client>
 
@@ -55,5 +59,13 @@ Content-Type: application/x-www-form-urlencoded
 
 curlrc read
 </protocol>
+
+# On Windows curl may use a backslash, convert that for the comparison
+<stripfile>
+s:\\:/:g
+</stripfile>
+<stderr mode="text">
+Note: Read config file from '%PWD/%LOGDIR/curlrc'
+</stderr>
 </verify>
 </testcase>