diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-12 12:32:30 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-12 12:32:30 +0200 |
commit | cbc9404c7ac55824e30ad73737aeb18b2c2d44fb (patch) | |
tree | 05070a8d6fc8ef8db7a6c52d94809396cb4e10e5 | |
parent | 5ae5d03c986fb0e8ef7ae2f6e7f94eca3a2c513a (diff) | |
download | alpine-conf-cbc9404c7ac55824e30ad73737aeb18b2c2d44fb.zip |
tests: add simle test for setup-dns
-rwxr-xr-x | tests/setup_dns_test | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/setup_dns_test b/tests/setup_dns_test new file mode 100755 index 0000000..df461a7 --- /dev/null +++ b/tests/setup_dns_test @@ -0,0 +1,10 @@ +#!/usr/bin/env atf-sh + +. $(atf_get_srcdir)/test_env.sh +init_tests \ + setup_dns_usage + +setup_dns_usage_body() { + test_usage setup-dns +} + |