ifupdown-ng/tests/ifquery_test
2020-07-19 00:05:24 -06:00

10 lines
135 B
Text
Executable file

#!/usr/bin/env atf-sh
. $(atf_get_srcdir)/test_env.sh
tests_init \
noargs
noargs_body() {
atf_check -s exit:1 -e ignore ifquery
}