summaryrefslogtreecommitdiff
path: root/tests/options-syntax.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/options-syntax.test')
-rwxr-xr-xtests/options-syntax.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/options-syntax.test b/tests/options-syntax.test
index 0f6f49b74..d7291d086 100755
--- a/tests/options-syntax.test
+++ b/tests/options-syntax.test
@@ -98,6 +98,7 @@ do
check_h "invalid -a argument: '-42'" $opt -a -42
done
+check_h 'PROG [ARGS] must be specified with --argv0' --argv0=sample -p $$
check_h 'PROG [ARGS] must be specified with -D/--daemonize' -D -p $$
check_h 'PROG [ARGS] must be specified with -D/--daemonize' -DD -p $$
check_h 'PROG [ARGS] must be specified with -D/--daemonize' -DDD -p $$