summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2007-12-04 13:50:00 -0500
committerFrank Ch. Eigler <fche@elastic.org>2007-12-04 13:50:00 -0500
commite9369426e1146a2373ac47c11647bdd70d41f7be (patch)
tree0a87329b516338c59d9359ff35b22b14a34d650f /testsuite/parseko
parentea0f055258ecc4a30398a1a885412285c43cf948 (diff)
parent0c218afb69ed53355a69e4264cbc5584908d65b4 (diff)
downloadsystemtap-steved-e9369426e1146a2373ac47c11647bdd70d41f7be.tar.gz
systemtap-steved-e9369426e1146a2373ac47c11647bdd70d41f7be.tar.xz
systemtap-steved-e9369426e1146a2373ac47c11647bdd70d41f7be.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/parseko')
-rwxr-xr-xtestsuite/parseko/twentytwo.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/parseko/twentytwo.stp b/testsuite/parseko/twentytwo.stp
index a5434355..3b1b7d5a 100755
--- a/testsuite/parseko/twentytwo.stp
+++ b/testsuite/parseko/twentytwo.stp
@@ -1,5 +1,5 @@
#! stap -p1
-# bad wildcard
+# wildcard with space
-probe a** { }
+probe a * b { }