]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Test: fixed broken test for VPN RD output
authorJan Moskyto Matejka <mq@ucw.cz>
Wed, 26 Apr 2017 10:19:39 +0000 (12:19 +0200)
committerJan Moskyto Matejka <mq@ucw.cz>
Wed, 26 Apr 2017 10:19:39 +0000 (12:19 +0200)
filter/test.conf

index dedad1d85ff17d37415e95a4eb7dacacd424f7a0..1858c0eed88e8be5de0ecce0ad231fff7944725d 100644 (file)
@@ -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");