diff options
author | hunt <hunt> | 2007-05-25 14:39:23 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-05-25 14:39:23 +0000 |
commit | f29c6102608f553542f443b4fc981700261fee59 (patch) | |
tree | 03e5c3890e4454c27d093f2e91a3d54ea477c1c3 /testsuite/systemtap.syscall/syscall.exp | |
parent | fd51e222186715f827bad67c5327ac0d847eaca5 (diff) | |
download | systemtap-steved-f29c6102608f553542f443b4fc981700261fee59.tar.gz systemtap-steved-f29c6102608f553542f443b4fc981700261fee59.tar.xz systemtap-steved-f29c6102608f553542f443b4fc981700261fee59.zip |
2007-05-25 Martin Hunt <hunt@redhat.com>
* syscall.exp (test_procedure): Remove stray timeout assignment.
Diffstat (limited to 'testsuite/systemtap.syscall/syscall.exp')
-rw-r--r-- | testsuite/systemtap.syscall/syscall.exp | 1 |
1 files changed, 0 insertions, 1 deletions
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 |