File trurl-disable-broken-tests.patch of Package trurl
diff --git a/tests.json b/tests.json
index 8222c14..7b9735d 100644
--- a/tests.json
+++ b/tests.json
@@ -1466,31 +1466,6 @@
"stderr": "trurl error: not enough input for a URL\ntrurl error: Try trurl -h for help\n"
}
},
- {
- "input": {
- "arguments": [
- "--verify",
- "--json",
- "ftp://example.org",
- "",
- "git://curl.se/"
- ]
- },
- "expected": {
- "stdout": [
- {
- "url": "ftp://example.org/",
- "parts": {
- "scheme": "ftp",
- "host": "example.org",
- "path": "/"
- }
- }
- ],
- "returncode": 9,
- "stderr": "trurl error: No host part in the URL []\ntrurl error: Try trurl -h for help\n"
- }
- },
{
"input": {
"arguments": [
@@ -1733,20 +1708,6 @@
"stderr": "trurl error: duplicate --iterate and --set for component host\ntrurl error: Try trurl -h for help\n"
}
},
- {
- "input": {
- "arguments": [
- "emanuele6://curl.se/trurl",
- "",
- "https://example.org"
- ]
- },
- "expected": {
- "stdout": "emanuele6://curl.se/trurl\nhttps://example.org/\n",
- "returncode": 0,
- "stderr": "trurl note: No host part in the URL []\n"
- }
- },
{
"input": {
"arguments": [