summaryrefslogtreecommitdiff
path: root/tests/cram/test_ubusd.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cram/test_ubusd.t')
-rw-r--r--tests/cram/test_ubusd.t24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/cram/test_ubusd.t b/tests/cram/test_ubusd.t
new file mode 100644
index 0000000..1f72e61
--- /dev/null
+++ b/tests/cram/test_ubusd.t
@@ -0,0 +1,24 @@
+set environment for convenience:
+
+ $ [ -n "$TEST_BIN_DIR" ] && export PATH="$TEST_BIN_DIR:$PATH"
+ $ alias ubusd='valgrind --quiet --leak-check=full ubusd'
+
+check usage:
+
+ $ ubusd -h
+ ubusd: invalid option -- 'h'
+ Usage: ubusd [<options>]
+ Options:
+ -A <path>:\t\tSet the path to ACL files (esc)
+ -s <socket>:\t\tSet the unix domain socket to listen on (esc)
+
+ [1]
+
+ $ ubusd-san -h
+ ubusd-san: invalid option -- 'h'
+ Usage: ubusd-san [<options>]
+ Options:
+ -A <path>:\t\tSet the path to ACL files (esc)
+ -s <socket>:\t\tSet the unix domain socket to listen on (esc)
+
+ [1]