Module Name:    src
Committed By:   rillig
Date:           Sun May  8 10:20:50 UTC 2022

Modified Files:
        src/distrib/sets/lists/tests: mi
        src/usr.bin/make/unit-tests: Makefile
Removed Files:
        src/usr.bin/make/unit-tests: varquote.exp varquote.mk

Log Message:
tests/make: remove test varquote

The test varmod-quote-dollar covers the same topic.


To generate a diff of this commit:
cvs rdiff -u -r1.1202 -r1.1203 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.314 -r1.315 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -u -r1.2 -r0 src/usr.bin/make/unit-tests/varquote.exp
cvs rdiff -u -r1.5 -r0 src/usr.bin/make/unit-tests/varquote.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/tests/mi
diff -u src/distrib/sets/lists/tests/mi:1.1202 src/distrib/sets/lists/tests/mi:1.1203
--- src/distrib/sets/lists/tests/mi:1.1202	Sun May  8 06:51:27 2022
+++ src/distrib/sets/lists/tests/mi	Sun May  8 10:20:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1202 2022/05/08 06:51:27 rillig Exp $
+# $NetBSD: mi,v 1.1203 2022/05/08 10:20:49 rillig Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -6201,8 +6201,8 @@
 ./usr/tests/usr.bin/make/unit-tests/varparse-mod.mk				tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/make/unit-tests/varparse-undef-partial.exp			tests-usr.bin-tests	compattestfile,atf
 ./usr/tests/usr.bin/make/unit-tests/varparse-undef-partial.mk			tests-usr.bin-tests	compattestfile,atf
-./usr/tests/usr.bin/make/unit-tests/varquote.exp				tests-usr.bin-tests	compattestfile,atf
-./usr/tests/usr.bin/make/unit-tests/varquote.mk					tests-usr.bin-tests	compattestfile,atf
+./usr/tests/usr.bin/make/unit-tests/varquote.exp				tests-obsolete		obsolete,atf
+./usr/tests/usr.bin/make/unit-tests/varquote.mk					tests-obsolete		obsolete,atf
 ./usr/tests/usr.bin/make/unit-tests/varshell.exp				tests-obsolete		obsolete
 ./usr/tests/usr.bin/make/unit-tests/varshell.mk					tests-obsolete		obsolete
 ./usr/tests/usr.bin/mixerctl				tests-usr.bin-tests	compattestfile,atf

Index: src/usr.bin/make/unit-tests/Makefile
diff -u src/usr.bin/make/unit-tests/Makefile:1.314 src/usr.bin/make/unit-tests/Makefile:1.315
--- src/usr.bin/make/unit-tests/Makefile:1.314	Sun May  8 06:51:27 2022
+++ src/usr.bin/make/unit-tests/Makefile	Sun May  8 10:20:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.314 2022/05/08 06:51:27 rillig Exp $
+# $NetBSD: Makefile,v 1.315 2022/05/08 10:20:49 rillig Exp $
 #
 # Unit tests for make(1)
 #
@@ -437,7 +437,6 @@ TESTS+=		varparse-dynamic
 TESTS+=		varparse-errors
 TESTS+=		varparse-mod
 TESTS+=		varparse-undef-partial
-TESTS+=		varquote
 
 # Some tests just do not work on some platforms or environments
 # so allow for some filtering.

Reply via email to