diff options
Diffstat (limited to 'testsuite/parseko/ten.stp')
-rwxr-xr-x | testsuite/parseko/ten.stp | 6 |
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 |