changeset 31157:839c0fb5d63c

build: Fix typo in cset f125ddb46055. * test/file-encoding/module.mk: Fix name of temporary variable to "file_encoding_TEST_FILES" so that it doesn't collide with existing "pkg_TEST_FILES" in test/pkg/module.mk.
author Rik <rik@octave.org>
date Tue, 26 Jul 2022 17:05:33 -0700
parents 60f32b7455e3
children 8f67b53ac9ff
files test/file-encoding/module.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/file-encoding/module.mk	Tue Jul 26 13:21:07 2022 -0700
+++ b/test/file-encoding/module.mk	Tue Jul 26 17:05:33 2022 -0700
@@ -1,8 +1,8 @@
-pkg_TEST_FILES = \
+file_encoding_TEST_FILES = \
     %reldir%/.oct-config \
     %reldir%/file-encoding.tst \
     %reldir%/test_CP1252.m \
     %reldir%/CP1251/.oct-config \
     %reldir%/CP1251/test_CP1251.m
 
-TEST_FILES += $(pkg_TEST_FILES)
+TEST_FILES += $(file_encoding_TEST_FILES)