mirror of
https://github.com/curl/curl.git
synced 2026-08-26 09:13:32 +03:00
test460: verify a command line using --expand with no argument
This verifies the fix for #12565
This commit is contained in:
parent
d187f51948
commit
ff41ac8ca2
2 changed files with 29 additions and 1 deletions
28
tests/data/test460
Normal file
28
tests/data/test460
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<testcase>
|
||||
<info>
|
||||
<keywords>
|
||||
variables
|
||||
expand
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
# Client-side
|
||||
<client>
|
||||
<server>
|
||||
none
|
||||
</server>
|
||||
<name>
|
||||
try --expand without an argument
|
||||
</name>
|
||||
<command>
|
||||
--expand-url
|
||||
</command>
|
||||
</client>
|
||||
|
||||
#
|
||||
<verify>
|
||||
<errorcode>
|
||||
2
|
||||
</errorcode>
|
||||
</verify>
|
||||
</testcase>
|
||||
Loading…
Add table
Add a link
Reference in a new issue