diff options
Diffstat (limited to 'testsuite/parseok/cmdline02.stp')
-rwxr-xr-x | testsuite/parseok/cmdline02.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/parseok/cmdline02.stp b/testsuite/parseok/cmdline02.stp index 4ddb711d..37b73303 100755 --- a/testsuite/parseok/cmdline02.stp +++ b/testsuite/parseok/cmdline02.stp @@ -2,4 +2,4 @@ # Make sure verbose ('-v') option is accepted. -./stap -v -p1 -e 'probe begin { exit() }' +stap -v -p1 -e 'probe begin { exit() }' |