summaryrefslogtreecommitdiff
path: root/test/problem-7.bats
diff options
context:
space:
mode:
Diffstat (limited to 'test/problem-7.bats')
-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 6b5e193..061df2e 100644
--- a/test/problem-7.bats
+++ b/test/problem-7.bats
@@ -19,3 +19,9 @@ load test_helper
assert_failure "error: a hostname is required"
}
+
+@test "invoke with multiple hostnames" {
+ run problem-7.sh localhost invalid
+
+ assert_success $'localhost is on the network\ninvalid is NOT on the network'
+}