diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-11 23:49:42 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-11 23:49:42 +0200 |
commit | d7911c4d043721995907a8f8a6570c4a42416ef9 (patch) | |
tree | b5685e6bf26c927651e8599424d0c91f0b7db1e2 /tests/Kyuafile | |
parent | 8646bb465582652dfe0f84f7dbec93979fa83170 (diff) | |
download | alpine-conf-d7911c4d043721995907a8f8a6570c4a42416ef9.zip |
tests: add tst for setup-hostname
only test the -h help text for now
Diffstat (limited to 'tests/Kyuafile')
-rw-r--r-- | tests/Kyuafile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Kyuafile b/tests/Kyuafile index 35ed6d6..784f1ab 100644 --- a/tests/Kyuafile +++ b/tests/Kyuafile @@ -3,3 +3,4 @@ syntax(2) test_suite('alpine-conf') atf_test_program{name='setup_sshd_test', timeout=1} +atf_test_program{name='setup_hostname_test', timeout=1} |