summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c0188b..3ccd5a5 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,18 @@ bundled a copy of [bats](https://github.com/sstephenson/bats) to make it
easier to run the tests.
```bash
-$ git submodule update --init
$ sh ./bin/test
+1..10
+ok 1 testing
+ok 2 invoke with a single integer
+ok 3 invoke with multiple integers
+ok 4 invoke with single non-numeric
+ok 5 invoke with multiple non-numeric
+ok 6 invoke with mixed numeric and non-numeric
+ok 7 invoke with a host on the network
+ok 8 invoke with a host not on the network
+ok 9 invoke without a hostname argument
+ok 10 invoke with multiple hostnames
```
## Chapter 16