]> The Tcpdump Group git mirrors - tcpdump/commit
TESTrun: add definitions of true and false.
authorGuy Harris <[email protected]>
Mon, 15 Jun 2020 00:49:44 +0000 (17:49 -0700)
committerGuy Harris <[email protected]>
Mon, 15 Jun 2020 00:49:44 +0000 (17:49 -0700)
commit8be0a90ea527d872150dd4c202abf57150f7ee2a
tree1c9a7bc82d6a0206db2f59f43ab802b19c607d50
parented1d87853ba9e1dd0889089488c40eb8701431ae
TESTrun: add definitions of true and false.

If we don't give them definitions, in some contents they are interpreted
as strings, and 'false', being a non-empty string, is interpreted as
being true.  See, for example:

https://stackoverflow.com/questions/6936194/is-there-a-built-in-true-false-boolean-value-in-perl
tests/TESTrun