diff options
Diffstat (limited to 'testsuite/systemtap.base/probefunc.exp')
-rw-r--r-- | testsuite/systemtap.base/probefunc.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/systemtap.base/probefunc.exp b/testsuite/systemtap.base/probefunc.exp index b9c02552..1cea688a 100644 --- a/testsuite/systemtap.base/probefunc.exp +++ b/testsuite/systemtap.base/probefunc.exp @@ -1,7 +1,5 @@ # Test cases for probefunc() function -load_lib "stap_run.exp" - proc grep {fd re } { while {[gets $fd s] >= 0} { if [regexp $re $s] { |