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/config/unix.exp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testsuite/config/unix.exp (limited to 'testsuite/config/unix.exp') diff --git a/testsuite/config/unix.exp b/testsuite/config/unix.exp new file mode 100644 index 00000000..b3be70f5 --- /dev/null +++ b/testsuite/config/unix.exp @@ -0,0 +1,4 @@ +load_lib "systemtap.exp" +load_lib "stap_run2.exp" +load_lib "stap_run_binary.exp" +load_lib "stap_run.exp" -- cgit