diff options
Diffstat (limited to 'testsuite/parseko/cmdline01.stp')
-rwxr-xr-x | testsuite/parseko/cmdline01.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/parseko/cmdline01.stp b/testsuite/parseko/cmdline01.stp index 6913f3ca..c793c43e 100755 --- a/testsuite/parseko/cmdline01.stp +++ b/testsuite/parseko/cmdline01.stp @@ -2,5 +2,5 @@ # -M (merge) option is only valid for bulk mode -./stap -p1 -M -e 'probe begin { exit() }' >/dev/null 2>&1 # otherwise, ERROR: message confuses dejagnu +stap -p1 -M -e 'probe begin { exit() }' >/dev/null 2>&1 # otherwise, ERROR: message confuses dejagnu exit $? |