diff options
Diffstat (limited to 'testsuite/systemtap.samples/ioblocktest.exp')
-rw-r--r-- | testsuite/systemtap.samples/ioblocktest.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/ioblocktest.exp b/testsuite/systemtap.samples/ioblocktest.exp index 43c44f5e..e80ec757 100644 --- a/testsuite/systemtap.samples/ioblocktest.exp +++ b/testsuite/systemtap.samples/ioblocktest.exp @@ -8,5 +8,5 @@ proc sleep_ten_secs {} { return 0; } -set output_string "\\mioblock*" +set output_string "ioblock: \\S+\t\\d+\t\[RW]\t\[01]\r\n" stap_run $srcdir/$subdir/$test.stp sleep_ten_secs $output_string |