summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline01.stp
blob: c793c43e1fe84f1efd90b69e87b4344027bf1cd9 (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 $?