diff options
Diffstat (limited to 'test/problem-7.bats')
| -rw-r--r-- | test/problem-7.bats | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/problem-7.bats b/test/problem-7.bats index 061df2e..32acc01 100644 --- a/test/problem-7.bats +++ b/test/problem-7.bats @@ -20,8 +20,8 @@ load test_helper assert_failure "error: a hostname is required" } -@test "invoke with multiple hostnames" { - run problem-7.sh localhost invalid +#@test "invoke with multiple hostnames" { + #run problem-7.sh localhost invalid - assert_success $'localhost is on the network\ninvalid is NOT on the network' -} + #assert_success $'localhost is on the network\ninvalid is NOT on the network' +#} |
