diff options
Diffstat (limited to 'testsuite/systemtap.samples/syscalls1.exp')
-rw-r--r-- | testsuite/systemtap.samples/syscalls1.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/syscalls1.exp b/testsuite/systemtap.samples/syscalls1.exp index eb8a0c6d..e9998c14 100644 --- a/testsuite/systemtap.samples/syscalls1.exp +++ b/testsuite/systemtap.samples/syscalls1.exp @@ -10,5 +10,5 @@ expect { eof { } } #FIXME does not handle case of hanging psyscalls.stp correctly -wait +closewait if {$ok > 200 && $ok < 350} { pass "$test ($ok)" } { fail "$test ($ok)" } |