diff options
Diffstat (limited to 'testsuite/systemtap.samples/arith.exp')
-rw-r--r-- | testsuite/systemtap.samples/arith.exp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/testsuite/systemtap.samples/arith.exp b/testsuite/systemtap.samples/arith.exp deleted file mode 100644 index c4f72793..00000000 --- a/testsuite/systemtap.samples/arith.exp +++ /dev/null @@ -1,14 +0,0 @@ -set test "arith" -if {![installtest_p]} { untested $test; return } - -spawn stap -DMAXNESTING=5 $srcdir/$subdir/arith.stp -set ok 0 -expect { - -timeout 150 - -re {passes: [0-9]* failures: 0} { incr ok } - timeout { fail "$test (timeout)" } - eof { } -} -close -wait -if {$ok == 1} { pass "$test" } { fail "$test" } |