summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/semko.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseok/semko.stp')
-rwxr-xr-xtestsuite/parseok/semko.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/parseok/semko.stp b/testsuite/parseok/semko.stp
index 92339597..d1df34e5 100755
--- a/testsuite/parseok/semko.stp
+++ b/testsuite/parseok/semko.stp
@@ -10,6 +10,6 @@ do
if grep -q /bin/sh $file; then
true # can't override stap options
else
- ./stap -p1 $file
+ stap -p1 $file
fi
done