Module Name: src Committed By: rillig Date: Sun Jun 27 19:41:15 UTC 2021
Modified Files: src/tests/usr.bin/xlint/lint1: t_integration.sh Log Message: tests/lint: fix selection of the .exp-ln file Since t_integration.sh 1.58 from today, the expected .ln output was not detected anymore. Changes to the file format would have gone unnoticed. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/tests/usr.bin/xlint/lint1/t_integration.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/usr.bin/xlint/lint1/t_integration.sh diff -u src/tests/usr.bin/xlint/lint1/t_integration.sh:1.62 src/tests/usr.bin/xlint/lint1/t_integration.sh:1.63 --- src/tests/usr.bin/xlint/lint1/t_integration.sh:1.62 Sun Jun 27 19:33:25 2021 +++ src/tests/usr.bin/xlint/lint1/t_integration.sh Sun Jun 27 19:41:15 2021 @@ -1,4 +1,4 @@ -# $NetBSD: t_integration.sh,v 1.62 2021/06/27 19:33:25 rillig Exp $ +# $NetBSD: t_integration.sh,v 1.63 2021/06/27 19:41:15 rillig Exp $ # # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc. # All rights reserved. @@ -67,7 +67,7 @@ check_lint1() { local src="$(atf_get_srcdir)/$1" local exp="${src%.c}.exp" - local exp_ln="${src%.c}.ln" + local exp_ln="${src%.c}.exp-ln" local wrk_ln="${1%.c}.ln" local flags="" local skip=""