]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Filter test: typo fix
authorJan Maria Matejka <mq@ucw.cz>
Thu, 9 Nov 2017 14:04:05 +0000 (15:04 +0100)
committerJan Maria Matejka <mq@ucw.cz>
Thu, 9 Nov 2017 14:04:05 +0000 (15:04 +0100)
filter/test.conf

index 676b47d128d36d57691154f47ce34dcf8b0b1025..4dc67c49da43bc834b5e7557e83b26645e0f87c0 100644 (file)
@@ -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);