From 69cd0086825ed1ca360a2a62f7d8fe097cfec53f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 13 May 2022 15:42:26 +0200 Subject: tests: add test for copy-modloop --- tests/copy_modloop_test | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tests/copy_modloop_test 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 +} + -- cgit v1.2.3