aboutsummaryrefslogtreecommitdiff
path: root/test/sshd/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/sshd/test.sh')
-rw-r--r--test/sshd/test.sh15
1 files changed, 7 insertions, 8 deletions
diff --git a/test/sshd/test.sh b/test/sshd/test.sh
index f9bf160..bd0a516 100644
--- a/test/sshd/test.sh
+++ b/test/sshd/test.sh
@@ -1,12 +1,11 @@
+#!/bin/bash
- #!/bin/bash
+set -e
- set -e
+# Optional: Import test library
+source dev-container-features-test-lib
- # Optional: Import test library
- source dev-container-features-test-lib
+echo 'NO TESTS FOR ME YET!'
- echo 'NO TESTS FOR ME YET!'
-
- # Report result
- reportResults \ No newline at end of file
+# Report result
+reportResults \ No newline at end of file