FYI,

>From 13b0958f25f67ad1d759105921650243dfbe648c Mon Sep 17 00:00:00 2001
From: Jim Meyering <[email protected]>
Date: Mon, 24 Jan 2011 12:13:16 +0100
Subject: [PATCH] tests: fix typo that silently disabled all tests

* tests/Makefile.am (TESTS): Fix typo: s/jESTS/TESTS/
---
 tests/Makefile.am |    4 +++-
 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 \
--
1.7.3.5.38.gb312b

Reply via email to