[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/2] Improve description of test canon-name.test.
From: |
Stefano Lattarini |
Subject: |
[PATCH 2/2] Improve description of test canon-name.test. |
Date: |
Mon, 12 Apr 2010 01:51:56 +0200 |
User-agent: |
KMail/1.12.1 (Linux/2.6.30-2-686; KDE/4.3.2; i686; ; ) |
Improve description of test canon-name.test.
* tests/canon-name.test: Improve the brief description of this
test that is given in heading comments. I thought a better
description was needed, since at a first glance it was definitely
unclear to me what the purpose of the test was, and only a search
of the git history helped me to find it out.
From 7ebe9597ee29c798571a4e57540912784062dfd4 Mon Sep 17 00:00:00 2001
From: Stefano Lattarini <address@hidden>
Date: Thu, 8 Apr 2010 18:40:43 +0200
Subject: [PATCH 2/2] Improve description of test canon-name.test.
* tests/canon-name.test: Improve the brief description of this
test that is given in heading comments.
---
ChangeLog | 4 ++++
tests/canon-name.test | 3 ++-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 93beab5..0f90cc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-04-12 Stefano Lattarini <address@hidden>
+ Improve description of test canon-name.test.
+ * tests/canon-name.test: Improve the brief description of this
+ test that is given in heading comments.
+
Avoid possible false negatives in canon-name.test.
* tests/canon-name.test: Enable shell `errexit' flag (and bumped
copyright years). Due to this change, the testcase should now
diff --git a/tests/canon-name.test b/tests/canon-name.test
index 7f9febb..aecda17 100755
--- a/tests/canon-name.test
+++ b/tests/canon-name.test
@@ -14,7 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# PR 511: Make sure we warn about AC_CONFIG_FILES([./makefile]).
+# PR 511: Make sure we warn about e.g. AC_CONFIG_FILES([./gmakefile]),
+# as not all make implementations treat `file' and `./file' equally.
. ./defs || Exit 1
--
1.6.5