aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/varmod-order.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/varmod-order.mk')
-rw-r--r--unit-tests/varmod-order.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/unit-tests/varmod-order.mk b/unit-tests/varmod-order.mk
index b079bdc34217..675b6efec5e7 100644
--- a/unit-tests/varmod-order.mk
+++ b/unit-tests/varmod-order.mk
@@ -1,4 +1,4 @@
-# $NetBSD: varmod-order.mk,v 1.4 2020/08/16 20:43:01 rillig Exp $
+# $NetBSD: varmod-order.mk,v 1.5 2020/10/24 08:46:08 rillig Exp $
#
# Tests for the :O variable modifier, which returns the words, sorted in
# ascending order.
@@ -6,7 +6,7 @@
NUMBERS= one two three four five six seven eight nine ten
.if ${NUMBERS:O} != "eight five four nine one seven six ten three two"
-.error ${NUMBERS:O}
+. error ${NUMBERS:O}
.endif
# Unknown modifier "OX"