summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2022-05-29 22:42:55 -0700
committerJim Meyering <meyering@fb.com>2022-05-29 22:49:03 -0700
commitd92292704950c9b937dc9de54d5eecd822dfc20f (patch)
tree968acbcd18788b3774ab3c6147653b1c9cccd4b6
parentc8d89e8c34b00d94836642956e0735723a408f13 (diff)
downloadgrep-d92292704950c9b937dc9de54d5eecd822dfc20f.tar.gz
tests: placate syntax-check's sorted-test rule
* tests/Makefile.am (TESTS): Insert color-colors in sorted order.
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e39c84eb..c0dd4040 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -83,8 +83,8 @@ TESTS = \
case-fold-titlecase \
char-class-multibyte \
char-class-multibyte2 \
- context-0 \
color-colors \
+ context-0 \
count-newline \
dfa-coverage \
dfa-heap-overrun \