Module Name:    src
Committed By:   martin
Date:           Thu Aug 16 08:39:43 UTC 2012

Modified Files:
        src/tests/net/fdpass: t_fdpass.sh

Log Message:
Do not disturb the atf output with debugging echos


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/fdpass/t_fdpass.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/net/fdpass/t_fdpass.sh
diff -u src/tests/net/fdpass/t_fdpass.sh:1.1 src/tests/net/fdpass/t_fdpass.sh:1.2
--- src/tests/net/fdpass/t_fdpass.sh:1.1	Mon Aug 13 11:15:06 2012
+++ src/tests/net/fdpass/t_fdpass.sh	Thu Aug 16 08:39:43 2012
@@ -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 @@ have32() {
 	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

Reply via email to