summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/systemtap.examples/general/badname.meta6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/systemtap.examples/general/badname.meta b/testsuite/systemtap.examples/general/badname.meta
index 9b4e7390..9a01763c 100644
--- a/testsuite/systemtap.examples/general/badname.meta
+++ b/testsuite/systemtap.examples/general/badname.meta
@@ -8,6 +8,6 @@ status: experimental
exit: user-controlled
output: none
scope: system-wide
-description: The badname.stp script shows how one could prevent the creation of files with undesirable names.
-test_check: stap -p4 badname.stp
-test_installcheck: stap badname.stp -c "sleep 0.2"
+description: The badname.stp script shows how one could prevent the creation of files with undesirable names using guru mode.
+test_check: stap -g -p4 badname.stp
+test_installcheck: stap -g badname.stp -c "sleep 0.2"