Skip to content

Commit

Permalink
tests: add missing $af
Browse files Browse the repository at this point in the history
  • Loading branch information
ozaki-r committed Dec 11, 2018
1 parent 48faf8c commit 3733169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/net/if_vlan/t_vlan.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -376,7 +376,7 @@ vlan_vlanid_body_common()

$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
Expand Down

0 comments on commit 3733169

Please sign in to comment.