summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline01.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/cmdline01.stp')
-rwxr-xr-xtestsuite/parseko/cmdline01.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/parseko/cmdline01.stp b/testsuite/parseko/cmdline01.stp
new file mode 100755
index 00000000..0f1a21d7
--- /dev/null
+++ b/testsuite/parseko/cmdline01.stp
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+# -M (merge) option is only valid for bulk mode
+
+./stap -p1 -M -e 'probe begin { exit() }'