summaryrefslogtreecommitdiffstats
path: root/testsuite/semok
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok')
-rwxr-xr-xtestsuite/semok/args.stp2
-rwxr-xr-xtestsuite/semok/eight.stp2
-rwxr-xr-xtestsuite/semok/nine.stp2
-rwxr-xr-xtestsuite/semok/transko.stp2
4 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/semok/args.stp b/testsuite/semok/args.stp
index 98112088..bc193169 100755
--- a/testsuite/semok/args.stp
+++ b/testsuite/semok/args.stp
@@ -1,3 +1,3 @@
#! /bin/sh
-./stap -p2 -e 'probe begin { log (@1 . sprint($2)) }' hello 0xdeadbeef
+stap -p2 -e 'probe begin { log (@1 . sprint($2)) }' hello 0xdeadbeef
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 (); }'
diff --git a/testsuite/semok/nine.stp b/testsuite/semok/nine.stp
index f1a48c6f..b95eefcf 100755
--- a/testsuite/semok/nine.stp
+++ b/testsuite/semok/nine.stp
@@ -1,3 +1,3 @@
#! /bin/sh
-./stap -p2 -I${SRCDIR}/testsuite/semlib -e 'probe begin { g2[1] = 0 }'
+stap -p2 -I${SRCDIR}/testsuite/semlib -e 'probe begin { g2[1] = 0 }'
diff --git a/testsuite/semok/transko.stp b/testsuite/semok/transko.stp
index 18bfc8aa..0ea2fe74 100755
--- a/testsuite/semok/transko.stp
+++ b/testsuite/semok/transko.stp
@@ -9,6 +9,6 @@ do
if grep -q /bin/sh $file; then
true # can't override stap options
else
- ./stap -p2 $file
+ stap -p2 $file
fi
done