summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/twenty.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseok/twenty.stp')
-rwxr-xr-xtestsuite/parseok/twenty.stp3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/parseok/twenty.stp b/testsuite/parseok/twenty.stp
index d474ad5d..f03ae267 100755
--- a/testsuite/parseok/twenty.stp
+++ b/testsuite/parseok/twenty.stp
@@ -10,3 +10,6 @@ global
%( $# != 2 && @# < "1" && @# == "0" && $# >= 3 %?
%( $2 >= "12" %? $3 FAIL2 %: $2 FAIL3 %) #This line must not be evaluated
%: PASS2 %)
+
+global
+%( systemtap_v >= "1.2" %? PASS3 %: "FAIL" %)