Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/if_pppoe fix typo. ping6 deadline option is not "-...
details: https://anonhg.NetBSD.org/src/rev/28d2c6b90518
branches: trunk
changeset: 349249:28d2c6b90518
user: knakahara <knakahara%NetBSD.org@localhost>
date: Fri Dec 02 06:19:50 2016 +0000
description:
fix typo. ping6 deadline option is not "-w" but "-X".
diffstat:
tests/net/if_pppoe/t_pppoe.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 332ab3e64689 -r 28d2c6b90518 tests/net/if_pppoe/t_pppoe.sh
--- a/tests/net/if_pppoe/t_pppoe.sh Fri Dec 02 05:54:14 2016 +0000
+++ b/tests/net/if_pppoe/t_pppoe.sh Fri Dec 02 06:19:50 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_pppoe.sh,v 1.13 2016/12/02 05:28:27 knakahara Exp $
+# $NetBSD: t_pppoe.sh,v 1.14 2016/12/02 06:19:50 knakahara Exp $
#
# Copyright (c) 2016 Internet Initiative Japan Inc.
# All rights reserved.
@@ -295,7 +295,7 @@
export RUMP_SERVER=$CLIENT
wait_for_disconnected
atf_check -s not-exit:0 -o ignore -e ignore \
- rump.ping6 -c 1 -w $TIMEOUT $SERVER_IP6
+ rump.ping6 -c 1 -X $TIMEOUT $SERVER_IP6
atf_check -s exit:0 -o not-match:"$session_id" -x "$HIJACKING pppoectl -d pppoe0"
unset RUMP_SERVER
Home |
Main Index |
Thread Index |
Old Index