summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-12-08 10:40:27 -0600
committerDavid Smith <dsmith@redhat.com>2009-12-08 10:40:27 -0600
commit851418deb65964ef73f55e2aab0f3733c0e0e2e8 (patch)
tree5b7ff0c9fd478b99d066198be41a17e62abcd36a /testsuite/parseko
parent2d971c6b8835c7e38ce78dd554827f5f96bc7c04 (diff)
downloadsystemtap-steved-851418deb65964ef73f55e2aab0f3733c0e0e2e8.tar.gz
systemtap-steved-851418deb65964ef73f55e2aab0f3733c0e0e2e8.tar.xz
systemtap-steved-851418deb65964ef73f55e2aab0f3733c0e0e2e8.zip
Revert "PR 10641 fixed by checking module name in unprivileged mode."
This reverts commit b2ea60606801aa9bf243f22318ac4bd8a25094fe. * main.cxx (checkOptions): Remove unprivileged mode module name check. * testsuite/parseko/cmdline05.stp: Delete unneeded testcase. * testsuite/parseok/cmdline03.stp: Ditto.
Diffstat (limited to 'testsuite/parseko')
-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() }'