diff options
Diffstat (limited to 'testsuite/parseko/cmdline05.stp')
-rwxr-xr-x | testsuite/parseko/cmdline05.stp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/parseko/cmdline05.stp b/testsuite/parseko/cmdline05.stp new file mode 100755 index 00000000..f6075c5f --- /dev/null +++ b/testsuite/parseko/cmdline05.stp @@ -0,0 +1,5 @@ +#!/bin/sh + +# You can't specify '-M', '-b', and '-o' simultaneously. + +./stap -p1 -b -M -o stdout -e 'probe begin { exit() }' |