diff options
Diffstat (limited to 'testsuite/parseko/preprocess17.stp')
-rwxr-xr-x | testsuite/parseko/preprocess17.stp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/parseko/preprocess17.stp b/testsuite/parseko/preprocess17.stp new file mode 100755 index 00000000..b447776d --- /dev/null +++ b/testsuite/parseko/preprocess17.stp @@ -0,0 +1,3 @@ +#! /bin/sh + +stap --compatible=1.0 -p1 -e 'global %( systemtap_v >= "1.2" %? PASS %: "FAIL" %)' |