summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/ten.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/ten.stp')
-rwxr-xr-xtestsuite/parseko/ten.stp6
1 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/parseko/ten.stp b/testsuite/parseko/ten.stp
index a268db4e..0a5f338e 100755
--- a/testsuite/parseko/ten.stp
+++ b/testsuite/parseko/ten.stp
@@ -1,5 +1,9 @@
-#! stap -p1
+#! /bin/sh
+
+./stap -p1 -g - <<'END'
probe foo {
%{ /* not a valid place for embedded code */ %}
}
+
+END