From ee4d87cc3d310711ca1d0b58d75a722c2bce7396 Mon Sep 17 00:00:00 2001 From: wenji Date: Mon, 10 Sep 2007 07:54:10 +0000 Subject: 2007-09-10 Wenji Huang * systemtap.stress/current.stp: Make module probe optional. * buildok/four.stp: Ditto. * buildok/twentyfive.stp: Ditto. * semok/twelve.stp: Ditto. --- testsuite/buildok/twentyfive.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/buildok/twentyfive.stp') diff --git a/testsuite/buildok/twentyfive.stp b/testsuite/buildok/twentyfive.stp index 1bd39b02..3326ba40 100755 --- a/testsuite/buildok/twentyfive.stp +++ b/testsuite/buildok/twentyfive.stp @@ -2,7 +2,7 @@ # PR 3522. -probe module("ext3").function("ext3_check_dir_entry") { +probe module("ext3").function("ext3_check_dir_entry")? { print ($ext3_filetype_table[1]) # static global in CU } probe timer.s(4) { exit () } -- cgit