diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-13 15:42:26 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-13 15:52:55 +0200 |
commit | 69cd0086825ed1ca360a2a62f7d8fe097cfec53f (patch) | |
tree | c18c2f17dac17a46ded56811926eabd96251bf55 /tests | |
parent | 2e3774d619c80e69aa5659443098dbad5bb12bc6 (diff) | |
download | alpine-conf-69cd0086825ed1ca360a2a62f7d8fe097cfec53f.zip |
tests: add test for copy-modloop
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/copy_modloop_test | 10 |
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 +} + |