summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline01.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/cmdline01.stp')
-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 $?