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.stress/all_kernel_functions.exp | 2 -- testsuite/systemtap.stress/current.exp | 2 -- 2 files changed, 4 deletions(-) (limited to 'testsuite/systemtap.stress') diff --git a/testsuite/systemtap.stress/all_kernel_functions.exp b/testsuite/systemtap.stress/all_kernel_functions.exp index f81b6430..f54f53e1 100644 --- a/testsuite/systemtap.stress/all_kernel_functions.exp +++ b/testsuite/systemtap.stress/all_kernel_functions.exp @@ -1,5 +1,3 @@ -load_lib "stap_run.exp" - proc genload {} { # if 'genload' from the ltp exists, use it to create a real load set genload {/usr/local/ltp/testcases/bin/genload} diff --git a/testsuite/systemtap.stress/current.exp b/testsuite/systemtap.stress/current.exp index 8f4ebff2..840bebbc 100644 --- a/testsuite/systemtap.stress/current.exp +++ b/testsuite/systemtap.stress/current.exp @@ -1,8 +1,6 @@ # Simple function to test that systemtap can generate instument a module # function, install it, and get some output. -load_lib "stap_run.exp" - set test "current" proc current_load {} { -- cgit