diff options
-rw-r--r-- | testsuite/systemtap.syscall/ChangeLog | 4 | ||||
-rw-r--r-- | testsuite/systemtap.syscall/syscall.exp | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/systemtap.syscall/ChangeLog b/testsuite/systemtap.syscall/ChangeLog index b9bc8810..4958bdaf 100644 --- a/testsuite/systemtap.syscall/ChangeLog +++ b/testsuite/systemtap.syscall/ChangeLog @@ -1,3 +1,7 @@ +2007-05-25 Martin Hunt <hunt@redhat.com> + + * syscall.exp (test_procedure): Remove stray timeout assignment. + 2007-05-07 Martin Hunt <hunt@redhat.com> * signal.c (main): Fix expected expression to accept diff --git a/testsuite/systemtap.syscall/syscall.exp b/testsuite/systemtap.syscall/syscall.exp index 3fa98718..02c6278f 100644 --- a/testsuite/systemtap.syscall/syscall.exp +++ b/testsuite/systemtap.syscall/syscall.exp @@ -71,5 +71,4 @@ proc test_procedure {} { } } -set timeout 600 test_procedure |