bug-diffutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-diffutils] [PATCH] tests: fix typo that silently disabled all tests


From: Jim Meyering
Subject: [bug-diffutils] [PATCH] tests: fix typo that silently disabled all tests
Date: Mon, 24 Jan 2011 12:14:20 +0100

FYI,

>From 13b0958f25f67ad1d759105921650243dfbe648c Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]