From: Jan Moskyto Matejka Date: Wed, 26 Apr 2017 10:19:39 +0000 (+0200) Subject: Test: fixed broken test for VPN RD output X-Git-Tag: v2.0.0-pre1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2af807a83f6aa120b9d0b7b68dc04e543840e2e6;p=thirdparty%2Fbird.git Test: fixed broken test for VPN RD output --- diff --git a/filter/test.conf b/filter/test.conf index dedad1d85..1858c0eed 100644 --- a/filter/test.conf +++ b/filter/test.conf @@ -1281,7 +1281,7 @@ prefix set pxt; bt_assert(format(NET_IP4) = "(enum 36)1"); ## if (net.type = NET_IP4) ... bt_assert(format(NET_VPN6) = "(enum 36)4"); - bt_assert(format(0:1:2) = "0:1:2"); + bt_assert(format(0:1:2) = "1:2"); } bt_test_suite(t_mixed_prefix, "Testing mixed net types");