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/parseko/cmdline01.stp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite/parseko/cmdline01.stp') diff --git a/testsuite/parseko/cmdline01.stp b/testsuite/parseko/cmdline01.stp index 0f1a21d7..6913f3ca 100755 --- a/testsuite/parseko/cmdline01.stp +++ b/testsuite/parseko/cmdline01.stp @@ -2,4 +2,5 @@ # -M (merge) option is only valid for bulk mode -./stap -p1 -M -e 'probe begin { exit() }' +./stap -p1 -M -e 'probe begin { exit() }' >/dev/null 2>&1 # otherwise, ERROR: message confuses dejagnu +exit $? -- cgit