Module Name:    src
Committed By:   sjg
Date:           Sat Feb 25 19:37:33 UTC 2023

Modified Files:
        src/tests/usr.bin/make: t_make.sh

Log Message:
t_make skip varname-dot-make-meta-ignore_*

The meta-ignore tests will likely not work in this environment
so skip them.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/tests/usr.bin/make/t_make.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/make/t_make.sh
diff -u src/tests/usr.bin/make/t_make.sh:1.16 src/tests/usr.bin/make/t_make.sh:1.17
--- src/tests/usr.bin/make/t_make.sh:1.16	Thu Jan 19 23:26:15 2023
+++ src/tests/usr.bin/make/t_make.sh	Sat Feb 25 19:37:33 2023
@@ -1,4 +1,4 @@
-# $NetBSD: t_make.sh,v 1.16 2023/01/19 23:26:15 rillig Exp $
+# $NetBSD: t_make.sh,v 1.17 2023/02/25 19:37:33 sjg Exp $
 #
 # Copyright (c) 2008, 2010, 2014, 2023 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -71,6 +71,10 @@ atf_init_test_cases()
 		basename="${filename##*/}"
 		basename="${basename%.mk}"
 
+		case "${basename}" in
+		varname-dot-make-meta-ignore*) continue;; # won't work
+		esac
+
 		atfname=${basename}
 		while :; do
 			case "${atfname}" in

Reply via email to