Module Name: src
Committed By: pooka
Date: Tue Dec 14 19:08:23 UTC 2010
Modified Files:
src/tests/net/icmp: t_ping2.sh
Log Message:
use ping -n, since technically we don't have dns
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/icmp/t_ping2.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/net/icmp/t_ping2.sh
diff -u src/tests/net/icmp/t_ping2.sh:1.1 src/tests/net/icmp/t_ping2.sh:1.2
--- src/tests/net/icmp/t_ping2.sh:1.1 Tue Dec 14 11:03:17 2010
+++ src/tests/net/icmp/t_ping2.sh Tue Dec 14 19:08:22 2010
@@ -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()