diff options
Diffstat (limited to 'testsuite/parseko/cmdline04.stp')
-rwxr-xr-x | testsuite/parseko/cmdline04.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/parseko/cmdline04.stp b/testsuite/parseko/cmdline04.stp index b6450954..d58cd70d 100755 --- a/testsuite/parseko/cmdline04.stp +++ b/testsuite/parseko/cmdline04.stp @@ -2,4 +2,4 @@ # multiple '-e' (script) options cannot be specified -./stap -p1 -e 'probe begin { exit() }' -e 'probe end { exit() }' +stap -p1 -e 'probe begin { exit() }' -e 'probe end { exit() }' |