summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline08.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/cmdline08.stp')
-rwxr-xr-xtestsuite/parseko/cmdline08.stp4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/parseko/cmdline08.stp b/testsuite/parseko/cmdline08.stp
new file mode 100755
index 00000000..19730b80
--- /dev/null
+++ b/testsuite/parseko/cmdline08.stp
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+# A module name can only be composed of chars [_a-zA-Z0-9]
+stap -p1 -m x^y -e 'probe begin { exit() }'