Code

t/integration/simple_config.sh: Run the tools using -h and -V.
authorSebastian Harl <sh@tokkee.org>
Sat, 19 Jul 2014 12:36:44 +0000 (14:36 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 19 Jul 2014 12:36:44 +0000 (14:36 +0200)
t/integration/simple_config.sh

index 2fb1423ff5a75e20f91f0e35a802ced13e3a2995..dd77055b0c25432287f49075e4048ec5a869df0d 100755 (executable)
@@ -33,6 +33,12 @@ set -e
 
 source "$( dirname "$0" )/test_lib.sh"
 
 
 source "$( dirname "$0" )/test_lib.sh"
 
+run_sysdb -V
+run_sysdb -h
+
+run_sysdbd -V
+run_sysdbd -h
+
 cat <<EOF > "$SYSDBD_CONF"
 Listen "invalid://address"
 EOF
 cat <<EOF > "$SYSDBD_CONF"
 Listen "invalid://address"
 EOF