From f2ccc8660534f36274483e9ce5658275513b4f3c Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 10 Jul 2007 18:26:17 +0000 Subject: 2007-07-10 Martin Hunt * uid16.c (main): 16-bit syscalls now have the same name as 32-bit. Fix patterns. --- testsuite/systemtap.context/pid.tcl | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuite/systemtap.context/pid.tcl') 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] { -- cgit