Adding -nt flag to test
This is needed by build.sh.
This commit is contained in:
parent
265d9b456d
commit
ece05d227f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user