summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/transok/five.stp2
-rwxr-xr-xtestsuite/transok/four.stp2
-rwxr-xr-xtestsuite/transok/three.stp2
-rwxr-xr-xtestsuite/transok/two.stp2
4 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/transok/five.stp b/testsuite/transok/five.stp
index 5cd50cb6..1b132409 100755
--- a/testsuite/transok/five.stp
+++ b/testsuite/transok/five.stp
@@ -1,4 +1,4 @@
-#! stap
+#! stap -p3
probe begin
{
diff --git a/testsuite/transok/four.stp b/testsuite/transok/four.stp
index daad4f5d..c63f5dd0 100755
--- a/testsuite/transok/four.stp
+++ b/testsuite/transok/four.stp
@@ -1,4 +1,4 @@
-#! stap
+#! stap -p3
function f () {
return 0
diff --git a/testsuite/transok/three.stp b/testsuite/transok/three.stp
index 07703f90..475b832f 100755
--- a/testsuite/transok/three.stp
+++ b/testsuite/transok/three.stp
@@ -1,4 +1,4 @@
-#! stap
+#! stap -p3
function f1 (a, b) {
c = 1;
diff --git a/testsuite/transok/two.stp b/testsuite/transok/two.stp
index 848934a7..903a0202 100755
--- a/testsuite/transok/two.stp
+++ b/testsuite/transok/two.stp
@@ -1,4 +1,4 @@
-#! stap
+#! stap -p3
probe begin, end { 2; }
function poo (zoo) { n = poo2 (8); return "foo" . zoo }
function poo2 (zoo) { return poo3 (2 + 4 * zoo) }