Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/icmp atf-check => atf_check



details:   https://anonhg.NetBSD.org/src/rev/66ffb13d2ecb
branches:  trunk
changeset: 759861:66ffb13d2ecb
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sat Dec 18 08:35:53 2010 +0000

description:
atf-check => atf_check

diffstat:

 tests/net/icmp/t_ping2.sh |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r 0ab4664577d8 -r 66ffb13d2ecb tests/net/icmp/t_ping2.sh
--- a/tests/net/icmp/t_ping2.sh Sat Dec 18 08:34:56 2010 +0000
+++ b/tests/net/icmp/t_ping2.sh Sat Dec 18 08:35:53 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_ping2.sh,v 1.2 2010/12/14 19:08:22 pooka Exp $
+#      $NetBSD: t_ping2.sh,v 1.3 2010/12/18 08:35:53 pooka Exp $
 #
 # Copyright (c) 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -38,26 +38,26 @@
        sock=${1}
        addr=${2}
 
-       atf-check -s exit:0 \
+       atf_check -s exit:0 \
            env RUMP_SERVER=${sock} rump.ifconfig shmif0 create
-       atf-check -s exit:0 \
+       atf_check -s exit:0 \
            env RUMP_SERVER=${sock} rump.ifconfig shmif0 linkstr bus
-       atf-check -s exit:0 \
+       atf_check -s exit:0 \
            env RUMP_SERVER=${sock} rump.ifconfig shmif0 inet ${addr}
 }
 
 basic_body()
 {
 
-       atf-check -s exit:0 rump_allserver unix://commsock1
-       atf-check -s exit:0 rump_allserver unix://commsock2
+       atf_check -s exit:0 rump_allserver unix://commsock1
+       atf_check -s exit:0 rump_allserver unix://commsock2
 
        docfg unix://commsock1 1.2.3.4
        docfg unix://commsock2 1.2.3.5
 
-       atf-check -s exit:0 -o ignore \
+       atf_check -s exit:0 -o ignore \
            env RUMP_SERVER=unix://commsock1 rump.ping -n -c 1 1.2.3.5
-       atf-check -s exit:0 -o ignore \
+       atf_check -s exit:0 -o ignore \
            env RUMP_SERVER=unix://commsock2 rump.ping -n -c 1 1.2.3.5
 }
 



Home | Main Index | Thread Index | Old Index