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: allow accept.sh to ove...



details:   https://anonhg.NetBSD.org/src/rev/c5fb862ad1d4
branches:  trunk
changeset: 376614:c5fb862ad1d4
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Jun 24 07:45:36 2023 +0000

description:
tests/lint: allow accept.sh to override lint1 for local testing

diffstat:

 tests/usr.bin/xlint/lint1/t_integration.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 32536986b2f0 -r c5fb862ad1d4 tests/usr.bin/xlint/lint1/t_integration.sh
--- a/tests/usr.bin/xlint/lint1/t_integration.sh        Sat Jun 24 07:23:07 2023 +0000
+++ b/tests/usr.bin/xlint/lint1/t_integration.sh        Sat Jun 24 07:45:36 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_integration.sh,v 1.80 2023/05/22 20:11:24 rillig Exp $
+# $NetBSD: t_integration.sh,v 1.81 2023/06/24 07:45:36 rillig Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -25,7 +25,7 @@
 # POSSIBILITY OF SUCH DAMAGE.
 #
 
-lint1=/usr/libexec/lint1
+: "${lint1:=/usr/libexec/lint1}"
 : "${archsubdir:=archsubdir_must_be_set}"
 
 



Home | Main Index | Thread Index | Old Index