summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline04.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/cmdline04.stp')
-rwxr-xr-xtestsuite/parseko/cmdline04.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/parseko/cmdline04.stp b/testsuite/parseko/cmdline04.stp
new file mode 100755
index 00000000..b6450954
--- /dev/null
+++ b/testsuite/parseko/cmdline04.stp
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+# multiple '-e' (script) options cannot be specified
+
+./stap -p1 -e 'probe begin { exit() }' -e 'probe end { exit() }'