summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdlinearg01.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/cmdlinearg01.stp')
-rwxr-xr-xtestsuite/parseko/cmdlinearg01.stp6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/parseko/cmdlinearg01.stp b/testsuite/parseko/cmdlinearg01.stp
new file mode 100755
index 00000000..da4f4545
--- /dev/null
+++ b/testsuite/parseko/cmdlinearg01.stp
@@ -0,0 +1,6 @@
+#! stap -p1
+
+# bad command line argument number - must start at 1
+probe begin {
+ arg = $0
+}