summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/twelve.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseok/twelve.stp')
-rwxr-xr-xtestsuite/parseok/twelve.stp6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/parseok/twelve.stp b/testsuite/parseok/twelve.stp
index 5b8a3932..d5029d1a 100755
--- a/testsuite/parseok/twelve.stp
+++ b/testsuite/parseok/twelve.stp
@@ -1,4 +1,6 @@
-#! stap -p1
+#! /bin/sh
+
+./stap -p1 -g $@ - <<'END'
%{
/* hello world */
@@ -7,3 +9,5 @@
function foo (p1, p2) %{
/* goodbye world */
%}
+
+END