ifupdown-ng/tests/ifquery_test

11 lines
135 B
Text
Raw Normal View History

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