diff options
Diffstat (limited to 'tests/copy_modloop_test')
-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 +} + |