Description: Adjust testcase to work against libcurl 8.3.0
 As with more recent libcurl versions the tests may fail due
 to changed error message wording. Adjust the testcase to only
 check for the presence of an error message, not the detailed
 wording.
Author: Michael Ablassmeier <abi@debian.org>
Bug-Debian: https://bugs.debian.org/1052828
Forwarded: https://github.com/curl/trurl/pull/240
Last-Update: 2023-09-27
---

--- trurl-0.8.orig/tests.json
+++ trurl-0.8/tests.json
@@ -1488,7 +1488,7 @@
                 }
             ],
             "returncode": 9,
-            "stderr": "trurl error: No host part in the URL []\ntrurl error: Try trurl -h for help\n"
+            "stderr": true
         }
     },
     {
@@ -1744,7 +1744,7 @@
         "expected": {
             "stdout": "emanuele6://curl.se/trurl\nhttps://example.org/\n",
             "returncode": 0,
-            "stderr": "trurl note: No host part in the URL []\n"
+            "stderr": true
         }
     },
     {
