summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline04.stp
blob: b6450954c43bb67b61a8f87fcb21788bb6599ee6 (plain)
1
2
3
4
5
#!/bin/sh

# multiple '-e' (script) options cannot be specified

./stap -p1 -e 'probe begin { exit() }' -e 'probe end { exit() }'