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