diff options
author | hunt <hunt> | 2007-07-10 18:26:17 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-07-10 18:26:17 +0000 |
commit | f2ccc8660534f36274483e9ce5658275513b4f3c (patch) | |
tree | 482fb9d6a113749249eae7e257af1c584d656f0b /testsuite/systemtap.context/pid.tcl | |
parent | f1fcddf8ce1e51dd0360e2c401844b764c0ac3a8 (diff) | |
download | systemtap-steved-f2ccc8660534f36274483e9ce5658275513b4f3c.tar.gz systemtap-steved-f2ccc8660534f36274483e9ce5658275513b4f3c.tar.xz systemtap-steved-f2ccc8660534f36274483e9ce5658275513b4f3c.zip |
2007-07-10 Martin Hunt <hunt@redhat.com>
* uid16.c (main): 16-bit syscalls now have
the same name as 32-bit. Fix patterns.
Diffstat (limited to 'testsuite/systemtap.context/pid.tcl')
-rw-r--r-- | testsuite/systemtap.context/pid.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/systemtap.context/pid.tcl b/testsuite/systemtap.context/pid.tcl index 240dafcb..c96d922f 100644 --- a/testsuite/systemtap.context/pid.tcl +++ b/testsuite/systemtap.context/pid.tcl @@ -14,7 +14,6 @@ expect { set i 0 foreach t $tests { - puts "Expecting [lindex $results $i]" expect { -timeout 5 -re [lindex $results $i] { |