tests: add test for abuild-fetch help

This commit is contained in:
Natanael Copa 2022-06-14 17:12:22 +02:00
parent f24dcff607
commit 911550dbe1
1 changed files with 13 additions and 0 deletions

13
tests/abuild_fetch_test Executable file
View File

@ -0,0 +1,13 @@
#!/usr/bin/env atf-sh
. $(atf_get_srcdir)/test_env.sh
init_tests \
abuild_fetch_help
abuild_fetch_help_body() {
atf_check -s exit:0 \
-o not-empty \
-e empty \
abuild-fetch -h
}