diff options
Diffstat (limited to 'testsuite/semok/eight.stp')
-rwxr-xr-x | testsuite/semok/eight.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semok/eight.stp b/testsuite/semok/eight.stp index 01119953..dd7f71ed 100755 --- a/testsuite/semok/eight.stp +++ b/testsuite/semok/eight.stp @@ -1,3 +1,3 @@ #! /bin/sh -./stap -p2 -I${SRCDIR}/testsuite/semlib -e 'probe begin { a = f1 (); }' +stap -p2 -I${SRCDIR}/testsuite/semlib -e 'probe begin { a = f1 (); }' |