Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net Suppress name resolution
details: https://anonhg.NetBSD.org/src/rev/3b00cf17f367
branches: trunk
changeset: 356904:3b00cf17f367
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Fri Oct 20 03:45:02 2017 +0000
description:
Suppress name resolution
diffstat:
tests/net/net_common.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5dcfc72502ef -r 3b00cf17f367 tests/net/net_common.sh
--- a/tests/net/net_common.sh Fri Oct 20 03:43:51 2017 +0000
+++ b/tests/net/net_common.sh Fri Oct 20 03:45:02 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: net_common.sh,v 1.21 2017/10/20 03:42:53 ozaki-r Exp $
+# $NetBSD: net_common.sh,v 1.22 2017/10/20 03:45:02 ozaki-r Exp $
#
# Copyright (c) 2016 Internet Initiative Japan Inc.
# All rights reserved.
@@ -318,7 +318,7 @@
atf_check -s exit:0 -o ignore rump.ifconfig
atf_check -s exit:0 -o ignore rump.netstat -nr
# XXX still need hijacking
- atf_check -s exit:0 -o ignore $HIJACKING rump.netstat -i -a
+ atf_check -s exit:0 -o ignore $HIJACKING rump.netstat -nai
atf_check -s exit:0 -o ignore rump.arp -na
atf_check -s exit:0 -o ignore rump.ndp -na
atf_check -s exit:0 -o ignore $HIJACKING ifmcstat
@@ -362,7 +362,7 @@
rump.ifconfig -av
rump.netstat -nr
# XXX still need hijacking
- $HIJACKING rump.netstat -i -a
+ $HIJACKING rump.netstat -nai
rump.arp -na
rump.ndp -na
$HIJACKING ifmcstat
Home |
Main Index |
Thread Index |
Old Index