summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko
diff options
context:
space:
mode:
authorfche <fche>2007-01-22 22:44:32 +0000
committerfche <fche>2007-01-22 22:44:32 +0000
commit27b0b07c7fba8675c9476e32ce868f71a181840d (patch)
tree2de207c44c0caf3c9416a148df644d218c61f6b9 /testsuite/parseko
parent9e0aa6367ff955f6e4d6ed044fd6ea0392888f6f (diff)
downloadsystemtap-steved-27b0b07c7fba8675c9476e32ce868f71a181840d.tar.gz
systemtap-steved-27b0b07c7fba8675c9476e32ce868f71a181840d.tar.xz
systemtap-steved-27b0b07c7fba8675c9476e32ce868f71a181840d.zip
2007-01-22 Frank Ch. Eigler <fche@redhat.com>
* 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.
Diffstat (limited to 'testsuite/parseko')
-rwxr-xr-xtestsuite/parseko/cmdline01.stp3
1 files changed, 2 insertions, 1 deletions
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 $?