From: Jan Maria Matejka Date: Thu, 9 Nov 2017 14:04:05 +0000 (+0100) Subject: Filter test: typo fix X-Git-Tag: v2.0.0~15^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ba4b4a63d27943586b76574b7f310ee532509a3;p=thirdparty%2Fbird.git Filter test: typo fix --- diff --git a/filter/test.conf b/filter/test.conf index 676b47d12..4dc67c49d 100644 --- a/filter/test.conf +++ b/filter/test.conf @@ -437,7 +437,7 @@ string st; print "1.2.3.4 = ", onetwo; i = 4200000000; - print "4200000000 = ", i, " false: ", i = 4200000000, " ", i > 4100000000, " false: ", i > 4250000000; + print "4200000000 = ", i, " true: ", i = 4200000000, " ", i > 4100000000, " false: ", i > 4250000000; test_undef(2); test_undef(3);