Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/shmif_dumpbus Should no longer fail - if it st...



details:   https://anonhg.NetBSD.org/src/rev/5230c7baaf69
branches:  trunk
changeset: 764115:5230c7baaf69
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Apr 11 20:08:10 2011 +0000

description:
Should no longer fail - if it still does, be sure to have a proper
/var/chroot/tcpdump/etc/protocols file installed (i.e. by running
postinstall)

diffstat:

 tests/usr.bin/shmif_dumpbus/t_basic.sh |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 8b8060d6407c -r 5230c7baaf69 tests/usr.bin/shmif_dumpbus/t_basic.sh
--- a/tests/usr.bin/shmif_dumpbus/t_basic.sh    Mon Apr 11 20:03:45 2011 +0000
+++ b/tests/usr.bin/shmif_dumpbus/t_basic.sh    Mon Apr 11 20:08:10 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_basic.sh,v 1.5 2011/03/14 09:25:01 pooka Exp $
+#      $NetBSD: t_basic.sh,v 1.6 2011/04/11 20:08:10 martin Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -69,7 +69,10 @@
 
        unpack_file d_pcap.out
        atf_check -s exit:0 -o ignore shmif_dumpbus -p pcap shmbus
-       atf_expect_fail "PR bin/44721"
+#
+#      should not fail anymore...
+#
+#      atf_expect_fail "PR bin/44721"
        atf_check -s exit:0 -o file:d_pcap.out -e ignore \
            tcpdump -tt -n -r pcap
 }



Home | Main Index | Thread Index | Old Index