Skip to content

Commit

Permalink
move to imap for default-port test
Browse files Browse the repository at this point in the history
To allow thinner libcurl builds without HTTP support.
We need IMAP already, use that instead.
  • Loading branch information
vszakats committed Nov 16, 2023
1 parent 864e157 commit 544a0b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,13 +323,13 @@
"arguments": [
"--default-port",
"--url",
"http://curl.se/we/are.html",
"imap://curl.se/we/are.html",
"--get",
"{port}"
]
},
"expected": {
"stdout": "80\n",
"stdout": "143\n",
"stderr": "",
"returncode": 0
}
Expand Down

0 comments on commit 544a0b5

Please sign in to comment.