summaryrefslogtreecommitdiff
path: root/unit-tests/unexport.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/unexport.mk')
-rw-r--r--unit-tests/unexport.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/unit-tests/unexport.mk b/unit-tests/unexport.mk
index 7d2e8f275173..4363aaac3eee 100644
--- a/unit-tests/unexport.mk
+++ b/unit-tests/unexport.mk
@@ -1,4 +1,4 @@
-# $Id: unexport.mk,v 1.1.1.3 2020/08/08 22:34:25 sjg Exp $
+# $NetBSD: unexport.mk,v 1.5 2020/10/24 08:50:17 rillig Exp $
# pick up a bunch of exported vars
FILTER_CMD= grep ^UT_
@@ -6,7 +6,7 @@ FILTER_CMD= grep ^UT_
.unexport UT_ZOO UT_FOO
-UT_TEST = unexport
+UT_TEST= unexport
# Until 2020-08-08, Var_UnExport had special handling for '\n', that code
# was not reachable though. At that point, backslash-newline has already