aboutsummaryrefslogtreecommitdiff
path: root/test/001-error-no-args.test
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2019-03-11 16:43:29 +1300
committerDavid Phillips <david@yeah.nah.nz>2019-03-11 16:43:29 +1300
commit18a130918e25d33405cd67f671cdcda72de6662d (patch)
tree545195e78360cede6f59cd85aa79160812a6ed9b /test/001-error-no-args.test
parent0959ba2096e46b44785eeb643363247002aee52d (diff)
downloadsand-leek-18a130918e25d33405cd67f671cdcda72de6662d.tar.xz
Amend test cases, use -A
Diffstat (limited to 'test/001-error-no-args.test')
-rwxr-xr-xtest/001-error-no-args.test/run.sh2
-rw-r--r--test/001-error-no-args.test/stderr.expected8
2 files changed, 6 insertions, 4 deletions
diff --git a/test/001-error-no-args.test/run.sh b/test/001-error-no-args.test/run.sh
index 4e67e1d..fae5bd4 100755
--- a/test/001-error-no-args.test/run.sh
+++ b/test/001-error-no-args.test/run.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-${EXECUTABLE}
+${EXECUTABLE} -A
if [ $? -eq 0 ]; then
exit 1
else
diff --git a/test/001-error-no-args.test/stderr.expected b/test/001-error-no-args.test/stderr.expected
index 598c00c..b109898 100644
--- a/test/001-error-no-args.test/stderr.expected
+++ b/test/001-error-no-args.test/stderr.expected
@@ -1,4 +1,6 @@
usage: ../../sand-leek [-t threads] [-A] -s search
-searches for keys for onion addresses beginning with `search`.
-Specifying -A disables the use of ANSI escape sequences, which cause
-are not interpreted on some terminals (powershell, cmd.exe)
+Options:
+ -t threads use `threads` worker threads (default: 1)
+ -A disable ANSI escape sequences in stderr output
+ -s search search for keys to onion addresses beginning with `search`
+