summaryrefslogtreecommitdiffstats
path: root/testsuite/transok/nine.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/transok/nine.stp')
-rwxr-xr-xtestsuite/transok/nine.stp6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/transok/nine.stp b/testsuite/transok/nine.stp
index a75fad5e..82ebc4a9 100755
--- a/testsuite/transok/nine.stp
+++ b/testsuite/transok/nine.stp
@@ -1,4 +1,6 @@
-#! stap -p3
+#! /bin/sh
+
+./stap -p3 -g $@ - <<'END'
%{
void just_some_declaration () {}
@@ -10,3 +12,5 @@ probe begin
{
bar (5) + 0
}
+
+END