diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/systemtap.maps/absentstats.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/systemtap.maps/absentstats.exp b/testsuite/systemtap.maps/absentstats.exp index 99de9b0f..8a182a4c 100644 --- a/testsuite/systemtap.maps/absentstats.exp +++ b/testsuite/systemtap.maps/absentstats.exp @@ -16,6 +16,7 @@ expect { -re {\n} { exp_continue } eof { } } +catch close wait if {$ok == 2 && $ko == 13} then { pass $test } else { fail "$test ($ok $ko)" } |