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