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