summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-01-24 12:13:16 +0100
committerJim Meyering <meyering@redhat.com>2011-01-24 12:13:16 +0100
commit13b0958f25f67ad1d759105921650243dfbe648c (patch)
tree909f5e7f11a6004d3d2e3cd30fe9c86e14fc29e0
parentc16c3176840de5a153186aa9f981453cac25451f (diff)
downloaddiffutils-13b0958f25f67ad1d759105921650243dfbe648c.tar.gz
tests: fix typo that silently disabled all tests
* tests/Makefile.am (TESTS): Fix typo: s/jESTS/TESTS/
-rw-r--r--tests/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 190f16a..582f976 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,6 @@
-jESTS = \
+# tests for GNU diff
+
+TESTS = \
basic \
binary \
colliding-file-names \