summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline07.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/cmdline07.stp')
-rwxr-xr-xtestsuite/parseko/cmdline07.stp6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/parseko/cmdline07.stp b/testsuite/parseko/cmdline07.stp
new file mode 100755
index 00000000..aee03a91
--- /dev/null
+++ b/testsuite/parseko/cmdline07.stp
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# A module name must be specified when using '-m' - the module name
+# can't be empty
+
+stap -p1 -m "" -e 'probe begin { exit() }'