diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-13 14:51:32 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-13 15:52:55 +0200 |
commit | be00261378bb993b9d0e0682fb3cb044d87c881f (patch) | |
tree | 70a218cf3b9ce045a2513d532e83a84cf41d68d7 /tests | |
parent | 565afcd3e7ab11e7c93f8c4917272c73dfc57431 (diff) | |
download | alpine-conf-be00261378bb993b9d0e0682fb3cb044d87c881f.zip |
tests: add test for setup-acf
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/setup_acf_test | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/setup_acf_test b/tests/setup_acf_test new file mode 100755 index 0000000..736b37b --- /dev/null +++ b/tests/setup_acf_test @@ -0,0 +1,10 @@ +#!/usr/bin/env atf-sh + +. $(atf_get_srcdir)/test_env.sh +init_tests \ + setup_acf_usage + +setup_acf_usage_body() { + test_usage setup-acf +} + |