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 don't run with -n if you expect ...



details:   https://anonhg.NetBSD.org/src/rev/e60a7e3053a3
branches:  trunk
changeset: 785964:e60a7e3053a3
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 07 19:14:03 2013 +0000

description:
don't run with -n if you expect protocol translation from number to name.

diffstat:

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

diffs (18 lines):

diff -r a503a398e50f -r e60a7e3053a3 tests/usr.bin/shmif_dumpbus/t_basic.sh
--- a/tests/usr.bin/shmif_dumpbus/t_basic.sh    Sun Apr 07 18:50:33 2013 +0000
+++ b/tests/usr.bin/shmif_dumpbus/t_basic.sh    Sun Apr 07 19:14:03 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_basic.sh,v 1.7 2012/03/18 21:23:57 christos Exp $
+#      $NetBSD: t_basic.sh,v 1.8 2013/04/07 19:14:03 christos Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -74,7 +74,7 @@
 #
 #      Used to fail for "PR bin/44721"
        atf_check -s exit:0 -o file:d_pcap.out -e ignore \
-           tcpdump -tt -n -r pcap
+           tcpdump -tt -r pcap
 }
 
 atf_init_test_cases()



Home | Main Index | Thread Index | Old Index