summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authorjschauma <jschauma@NetBSD.org>2022-11-28 17:41:00 +0000
committerjschauma <jschauma@NetBSD.org>2022-11-28 17:41:00 +0000
commit421bca100dd142c3ccd26540ff436a4e0d8c27bf (patch)
tree98931172716b7f98e05fc3128d7df39c9e9c5a49 /tests/lib
parentc9690dde2d96d2e9a88c5986b5a009e29f69621a (diff)
whoops, we don't want an extra space here
(erroneously introduced in my previous commit)
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/libc/net/t_protoent.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/libc/net/t_protoent.sh b/tests/lib/libc/net/t_protoent.sh
index 6ecfa3fa7c5..315d53fbd96 100644
--- a/tests/lib/libc/net/t_protoent.sh
+++ b/tests/lib/libc/net/t_protoent.sh
@@ -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 @@ protoent_body()
if (i>2) {
printf " ";
}
- printf "%s ", ar[i];
+ printf "%s", ar[i];
}
printf "\n";
delete ar;