summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline01.stp
blob: 6913f3ca7cd731d430a311316fba07367162a465 (plain)
1
2
3
4
5
6
#!/bin/sh

# -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
exit $?