diff options
Diffstat (limited to 'testsuite/systemtap.base/maxactive.exp')
-rw-r--r-- | testsuite/systemtap.base/maxactive.exp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/testsuite/systemtap.base/maxactive.exp b/testsuite/systemtap.base/maxactive.exp index 8754ff6e..db71602b 100644 --- a/testsuite/systemtap.base/maxactive.exp +++ b/testsuite/systemtap.base/maxactive.exp @@ -3,12 +3,7 @@ # Check to see if using the 'maxactive(N)' limit on return probes # works, by seeing if skipped probes increases when using it. -load_lib "stap_run.exp" - -if {[info procs installtest_p] != "" && ![installtest_p]} { - untested "MAXACTIVE" - return -} +if {![installtest_p]} { untested "MAXACTIVE"; return } proc sleep_five_sec {} { after 5000; |