summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/setup_sshd_test6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/setup_sshd_test b/tests/setup_sshd_test
index e813343..fc9118d 100755
--- a/tests/setup_sshd_test
+++ b/tests/setup_sshd_test
@@ -1,11 +1,15 @@
#!/usr/bin/env atf-sh
-PATH=$(atf_get_srcdir)/..:$PATH
init_env() {
+ PATH=$(atf_get_srcdir)/..:$PATH
export ROOT=$PWD LIBDIR=$(atf_get_srcdir)/.. MOCK=echo
}
+# docs:
+# - https://github.com/jmmv/kyua/wiki/Quickstart-atf-sh-test
+# - https://manned.org/atf-sh-api
+
atf_test_case setup_sshd_help
setup_sshd_help_body() {
init_env