tests: add getopt regression test for multicall stub

This commit is contained in:
Ariadne Conill 2020-11-19 03:28:51 -07:00
parent 40c7ed53e1
commit 9e859d458b
2 changed files with 12 additions and 0 deletions

11
tests/multicall_test Executable file
View 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
}