summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2022-05-13 14:51:32 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2022-05-13 15:52:55 +0200
commitbe00261378bb993b9d0e0682fb3cb044d87c881f (patch)
tree70a218cf3b9ce045a2513d532e83a84cf41d68d7 /tests
parent565afcd3e7ab11e7c93f8c4917272c73dfc57431 (diff)
downloadalpine-conf-be00261378bb993b9d0e0682fb3cb044d87c881f.zip
tests: add test for setup-acf
Diffstat (limited to 'tests')
-rwxr-xr-xtests/setup_acf_test10
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
+}
+