From 264d5549634a8d50ed3be219ad6496ab296933f8 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 5 Apr 2007 13:28:03 +0000 Subject: [PATCH] 2007-04-05 Martin Hunt * systemtap.samples/arith_limits.exp: Set test name correctly. --- testsuite/ChangeLog | 4 ++++ testsuite/systemtap.samples/arith_limits.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index df1144c54..dc308815e 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-04-05 Martin Hunt + + * systemtap.samples/arith_limits.exp: Set test name correctly. + 2007-04-04 Pierre Peiffer * parseok/fourteen.stp: Add test about $# and @# usage during diff --git a/testsuite/systemtap.samples/arith_limits.exp b/testsuite/systemtap.samples/arith_limits.exp index d60308c61..365c65db8 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 -- 2.43.5