summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2022-05-13 15:42:26 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2022-05-13 15:52:55 +0200
commit69cd0086825ed1ca360a2a62f7d8fe097cfec53f (patch)
treec18c2f17dac17a46ded56811926eabd96251bf55 /tests
parent2e3774d619c80e69aa5659443098dbad5bb12bc6 (diff)
downloadalpine-conf-69cd0086825ed1ca360a2a62f7d8fe097cfec53f.zip
tests: add test for copy-modloop
Diffstat (limited to 'tests')
-rwxr-xr-xtests/copy_modloop_test10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/copy_modloop_test b/tests/copy_modloop_test
new file mode 100755
index 0000000..15067ae
--- /dev/null
+++ b/tests/copy_modloop_test
@@ -0,0 +1,10 @@
+#!/usr/bin/env atf-sh
+
+. $(atf_get_srcdir)/test_env.sh
+init_tests \
+ copy_modloop_usage
+
+copy_modloop_usage_body() {
+ test_usage copy-modloop
+}
+