Module Name: src
Committed By: martin
Date: Mon Apr 11 20:08:10 UTC 2011
Modified Files:
src/tests/usr.bin/shmif_dumpbus: t_basic.sh
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/shmif_dumpbus/t_basic.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/usr.bin/shmif_dumpbus/t_basic.sh
diff -u src/tests/usr.bin/shmif_dumpbus/t_basic.sh:1.5 src/tests/usr.bin/shmif_dumpbus/t_basic.sh:1.6
--- src/tests/usr.bin/shmif_dumpbus/t_basic.sh:1.5 Mon Mar 14 09:25:01 2011
+++ src/tests/usr.bin/shmif_dumpbus/t_basic.sh Mon Apr 11 20:08:10 2011
@@ -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
}