summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.exelib/lib.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.exelib/lib.tcl')
-rw-r--r--testsuite/systemtap.exelib/lib.tcl12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/systemtap.exelib/lib.tcl b/testsuite/systemtap.exelib/lib.tcl
index c5b7402a..a33290b1 100644
--- a/testsuite/systemtap.exelib/lib.tcl
+++ b/testsuite/systemtap.exelib/lib.tcl
@@ -1,11 +1,11 @@
set ::result_string {main
-main_func
-main_func
-main_func
+main_func 3
+main_func 2
+main_func 1
lib_main
-lib_func
-lib_func
-lib_func}
+lib_func 3
+lib_func 2
+lib_func 1}
# Only run on make installcheck
if {! [installtest_p]} { untested "lib-$testname"; return }