tests: add getopt regression test for multicall stub
This commit is contained in:
parent
40c7ed53e1
commit
9e859d458b
2 changed files with 12 additions and 0 deletions
11
tests/multicall_test
Executable file
11
tests/multicall_test
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env atf-sh
|
||||
|
||||
. $(atf_get_srcdir)/test_env.sh
|
||||
|
||||
tests_init \
|
||||
regress_getopt
|
||||
|
||||
regress_getopt_body() {
|
||||
atf_check -e not-inline:'-F: applet not found' -o ignore -s exit:1 \
|
||||
ifupdown ifquery -F
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue