From 27b0b07c7fba8675c9476e32ce868f71a181840d Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 22 Jan 2007 22:44:32 +0000 Subject: 2007-01-22 Frank Ch. Eigler * config/unix.exp: New file as a master load_lib repository. * */*.exp: Removed load_lib calls. * parseko/cmdline01.stp: Swallow expected stap ERROR: message. * systemtap.syscall/syscall.exp: Added installmode_p checks. --- testsuite/systemtap.samples/ioblocktest.exp | 1 - testsuite/systemtap.samples/tcptest.exp | 1 - 2 files changed, 2 deletions(-) (limited to 'testsuite/systemtap.samples') diff --git a/testsuite/systemtap.samples/ioblocktest.exp b/testsuite/systemtap.samples/ioblocktest.exp index e80ec757..b5ab54c7 100644 --- a/testsuite/systemtap.samples/ioblocktest.exp +++ b/testsuite/systemtap.samples/ioblocktest.exp @@ -1,6 +1,5 @@ # Test the functionality of the various ioblock probes. -load_lib "stap_run.exp" set test "ioblocktest" proc sleep_ten_secs {} { diff --git a/testsuite/systemtap.samples/tcptest.exp b/testsuite/systemtap.samples/tcptest.exp index 0ae088ef..23c5301a 100644 --- a/testsuite/systemtap.samples/tcptest.exp +++ b/testsuite/systemtap.samples/tcptest.exp @@ -1,5 +1,4 @@ # Test TCP probes -load_lib "stap_run.exp" set test "tcptest" set tcp_tcl "$srcdir/$subdir/tcptest.tcl" -- cgit