Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/if_vlan tests: add missing $af



details:   https://anonhg.NetBSD.org/src/rev/439e687642ab
branches:  trunk
changeset: 446568:439e687642ab
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Tue Dec 11 03:47:51 2018 +0000

description:
tests: add missing $af

diffstat:

 tests/net/if_vlan/t_vlan.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 54ff8bcf0226 -r 439e687642ab tests/net/if_vlan/t_vlan.sh
--- a/tests/net/if_vlan/t_vlan.sh       Tue Dec 11 02:29:11 2018 +0000
+++ b/tests/net/if_vlan/t_vlan.sh       Tue Dec 11 03:47:51 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_vlan.sh,v 1.14 2018/12/07 09:29:01 ozaki-r Exp $
+#      $NetBSD: t_vlan.sh,v 1.15 2018/12/11 03:47:51 ozaki-r Exp $
 #
 # Copyright (c) 2016 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -376,7 +376,7 @@
 
        $atf_ifconfig vlan0 -vlanif
        atf_check -s not-exit:0 -e match:"Invalid argument" \
-           rump.ifconfig vlan0 $local0/$prefix
+           rump.ifconfig vlan0 $af $local0/$prefix
 
        export RUMP_SERVER=$SOCK_LOCAL
        $atf_ifconfig vlan0 vlan 10 vlanif shmif0



Home | Main Index | Thread Index | Old Index