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