Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/icmp use ping -n, since technically we don't have dns
details: https://anonhg.NetBSD.org/src/rev/9ee607bbbf98
branches: trunk
changeset: 759673:9ee607bbbf98
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Dec 14 19:08:22 2010 +0000
description:
use ping -n, since technically we don't have dns
diffstat:
tests/net/icmp/t_ping2.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r c4506d10355b -r 9ee607bbbf98 tests/net/icmp/t_ping2.sh
--- a/tests/net/icmp/t_ping2.sh Tue Dec 14 19:04:05 2010 +0000
+++ b/tests/net/icmp/t_ping2.sh Tue Dec 14 19:08:22 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_ping2.sh,v 1.1 2010/12/14 11:03:17 pooka Exp $
+# $NetBSD: t_ping2.sh,v 1.2 2010/12/14 19:08:22 pooka Exp $
#
# Copyright (c) 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -56,9 +56,9 @@
docfg unix://commsock2 1.2.3.5
atf-check -s exit:0 -o ignore \
- env RUMP_SERVER=unix://commsock1 rump.ping -c 1 1.2.3.5
+ env RUMP_SERVER=unix://commsock1 rump.ping -n -c 1 1.2.3.5
atf-check -s exit:0 -o ignore \
- env RUMP_SERVER=unix://commsock2 rump.ping -c 1 1.2.3.5
+ env RUMP_SERVER=unix://commsock2 rump.ping -n -c 1 1.2.3.5
}
basic_cleanup()
Home |
Main Index |
Thread Index |
Old Index