10 lines
135 B
Text
Executable file
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
|
|
}
|