summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorJan Moskyto Matejka <mq@ucw.cz>2017-04-26 12:19:39 +0200
committerJan Moskyto Matejka <mq@ucw.cz>2017-04-26 12:19:39 +0200
commit2af807a83f6aa120b9d0b7b68dc04e543840e2e6 (patch)
treea24ee1bd3d78d9fa66712e8f3b8d1081aa2d9612 /filter
parenta2fd34f81fe4259d5ef27f1684177753a03f0f90 (diff)
Test: fixed broken test for VPN RD output
Diffstat (limited to 'filter')
-rw-r--r--filter/test.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/test.conf b/filter/test.conf
index dedad1d8..1858c0ee 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");