mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-23 07:22:53 +00:00
tests: add test for abuild-fetch help
This commit is contained in:
parent
f24dcff607
commit
911550dbe1
13
tests/abuild_fetch_test
Executable file
13
tests/abuild_fetch_test
Executable 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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user