summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2019-05-25 19:26:35 -0600
committermo <mo.khan@gmail.com>2019-05-25 19:26:35 -0600
commit3b353f1d1f778798fa5a232fd29ef5dd1ce5b8f1 (patch)
tree300aaa4c6c98cdfa3be149bf5ed3980ff9119508 /test
parent46ca1dabb41b6e1500f379380fb674b292d7230c (diff)
add a test for the hostname parameter
Diffstat (limited to 'test')
-rw-r--r--test/problem-7.bats6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/problem-7.bats b/test/problem-7.bats
index 57d657a..6b5e193 100644
--- a/test/problem-7.bats
+++ b/test/problem-7.bats
@@ -13,3 +13,9 @@ load test_helper
assert_success "unknown is NOT on the network"
}
+
+@test "invoke without a hostname argument" {
+ run problem-7.sh
+
+ assert_failure "error: a hostname is required"
+}