Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/net whoops, we don't want an extra space here



details:   https://anonhg.NetBSD.org/src/rev/fe7ee746102b
branches:  trunk
changeset: 372442:fe7ee746102b
user:      jschauma <jschauma%NetBSD.org@localhost>
date:      Mon Nov 28 17:41:00 2022 +0000

description:
whoops, we don't want an extra space here

(erroneously introduced in my previous commit)

diffstat:

 tests/lib/libc/net/t_protoent.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 58e16510c744 -r fe7ee746102b tests/lib/libc/net/t_protoent.sh
--- a/tests/lib/libc/net/t_protoent.sh  Mon Nov 28 17:09:52 2022 +0000
+++ b/tests/lib/libc/net/t_protoent.sh  Mon Nov 28 17:41:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_protoent.sh,v 1.3 2022/11/28 17:09:52 jschauma Exp $
+# $NetBSD: t_protoent.sh,v 1.4 2022/11/28 17:41:00 jschauma Exp $
 #
 # Copyright (c) 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -70,7 +70,7 @@
                                if (i>2) {
                                        printf " ";
                                }
-                               printf "%s ", ar[i];
+                               printf "%s", ar[i];
                        }
                        printf "\n";
                        delete ar;



Home | Main Index | Thread Index | Old Index