Adding -nt flag to test

This is needed by build.sh.
This commit is contained in:
Lionel Sambuc 2012-10-19 21:32:34 +02:00
parent 265d9b456d
commit ece05d227f

View File

@ -11,6 +11,7 @@ AND2 & 2
STREQ = 4 OP_STRING
STRNE != 4 OP_STRING
NEWER -newer 4 OP_STRING
NEWER -nt 4 OP_STRING
OLDER -ot 4 OP_STRING
EQ -eq 4 OP_INT
NE -ne 4 OP_INT