summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/cmdline03.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseok/cmdline03.stp')
-rwxr-xr-xtestsuite/parseok/cmdline03.stp6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/parseok/cmdline03.stp b/testsuite/parseok/cmdline03.stp
deleted file mode 100755
index d0ba5bbf..00000000
--- a/testsuite/parseok/cmdline03.stp
+++ /dev/null
@@ -1,6 +0,0 @@
-#! /bin/sh
-
-# Make sure unprivileged ('--unprivileged') option is accepted when a
-# module name starting with 'stap_' is used.
-
-stap --unprivileged -m 'stap_foo' -p1 -e 'probe begin { exit() }'