Source-Changes-HG archive

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

[src/trunk]: src/tests/net/fdpass Do not disturb the atf output with debuggin...



details:   https://anonhg.NetBSD.org/src/rev/b64fb3d636ba
branches:  trunk
changeset: 781044:b64fb3d636ba
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Aug 16 08:39:43 2012 +0000

description:
Do not disturb the atf output with debugging echos

diffstat:

 tests/net/fdpass/t_fdpass.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 451ae3ee1802 -r b64fb3d636ba tests/net/fdpass/t_fdpass.sh
--- a/tests/net/fdpass/t_fdpass.sh      Thu Aug 16 07:26:23 2012 +0000
+++ b/tests/net/fdpass/t_fdpass.sh      Thu Aug 16 08:39:43 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_fdpass.sh,v 1.1 2012/08/13 11:15:06 christos Exp $
+# $NetBSD: t_fdpass.sh,v 1.2 2012/08/16 08:39:43 martin Exp $
 #
 # Copyright (c) 2012 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -32,7 +32,7 @@
        local src="$(atf_get_srcdir)"
        if cmp "${src}/fdpass64" "${src}/fdpass32" > /dev/null
        then
-               echo "no -m32 support"
+               # echo "no -m32 support"
                return 1
        else
                return 0



Home | Main Index | Thread Index | Old Index