Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/usr.bin/xlint/lint1 tests/lint: remove unintended debu...
details: https://anonhg.NetBSD.org/src/rev/96b64edd129d
branches: trunk
changeset: 1022961:96b64edd129d
user: rillig <rillig%NetBSD.org@localhost>
date: Mon Aug 16 06:24:37 2021 +0000
description:
tests/lint: remove unintended debugging output
diffstat:
tests/usr.bin/xlint/lint1/accept.sh | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c84448fe90dc -r 96b64edd129d tests/usr.bin/xlint/lint1/accept.sh
--- a/tests/usr.bin/xlint/lint1/accept.sh Mon Aug 16 06:15:51 2021 +0000
+++ b/tests/usr.bin/xlint/lint1/accept.sh Mon Aug 16 06:24:37 2021 +0000
@@ -1,5 +1,5 @@
#! /bin/sh
-# $NetBSD: accept.sh,v 1.6 2021/08/16 06:15:51 rillig Exp $
+# $NetBSD: accept.sh,v 1.7 2021/08/16 06:24:37 rillig Exp $
#
# Copyright (c) 2021 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -85,7 +85,6 @@
msgid=${msgid#msg_0}
msgid=${msgid#msg_}
msgid=${msgid%%_*}
- echo "msgid for $base is $msgid"
if ! grep "\\[$msgid\\]" "$expfile" >/dev/null; then
echo "$base should trigger the message '$msgid'"
fi
Home |
Main Index |
Thread Index |
Old Index