The UST test is in the wrong array, making it always succeed when it
should fail when run with a non-patched UST, because it uses a different
test application which does not contain the targeted fields.
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I96f74e26ffdead5e03e069c944f215967b7890f2
has_no_event
"0 == \$ctx.vtid.blah"
+ # check that bytecode linker refuses to link against a
+ # non-string array.
+ has_no_event
+ 'arrfield1 != "dontmatch"'
+
+ # check that bytecode linker refuses to link against a
+ # non-string sequence.
+ has_no_event
+ 'seqfield1 != "dontmatch"'
+
END
)
str_has_events
'"salut vous*" == "salut*"'
- # check that bytecode linker refuses to link against a
- # non-string array.
- str_has_no_event
- 'arrfield1 != "dontmatch"'
-
- # check that bytecode linker refuses to link against a
- # non-string sequence.
- str_has_no_event
- 'seqfield1 != "dontmatch"'
-
${KIRK_KRAUSS_TESTS[@]}
END