diff options
Diffstat (limited to 'testsuite/systemtap.samples')
-rw-r--r-- | testsuite/systemtap.samples/arith_limits.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/arith_limits.exp b/testsuite/systemtap.samples/arith_limits.exp index d60308c6..365c65db 100644 --- a/testsuite/systemtap.samples/arith_limits.exp +++ b/testsuite/systemtap.samples/arith_limits.exp @@ -1,4 +1,4 @@ -set test "arith" +set test "arith_limits" if {![installtest_p]} { untested $test; return } spawn stap -DMAXNESTING=5 $srcdir/$subdir/arith_limits.stp |