[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/7] maint: tweak to avoid triggering space-tab-prohibiting synta
From: |
Jim Meyering |
Subject: |
[PATCH 3/7] maint: tweak to avoid triggering space-tab-prohibiting syntax-check |
Date: |
Sat, 21 Jan 2012 12:14:55 +0100 |
From: Jim Meyering <address@hidden>
* tests/m4sh.at (nargs): Use TAB-SP, not SP-TAB in abusive file name,
to avoid triggering the space-tab-prohibiting syntax-check.
---
tests/m4sh.at | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/m4sh.at b/tests/m4sh.at
index 01b0e72..e9da403 100644
--- a/tests/m4sh.at
+++ b/tests/m4sh.at
@@ -73,13 +73,13 @@ AT_CHECK([test ! -f sentinel], [0])
test ! -f sentinel || rm -f sentinel # Cleanup for next test.
AT_CHECK(
-[CONFIG_SHELL=`pwd`/fake-shell sh script a 'b c' ' d e '],
+[CONFIG_SHELL=`pwd`/fake-shell sh script a 'b c' ' d e '],
[0],
[Fake shell executed.
nargs = 3
:a:
:b c:
- : d e :
+ : d e :
], [])
AT_CHECK([test ! -f sentinel], [0])
test ! -f sentinel || rm -f sentinel # Cleanup for next test.
--
1.7.9.rc2.2.g183d6
- update maint.mk; fix syntax-check failures, Jim Meyering, 2012/01/21
- [PATCH 7/7] maint: fix or disable failing syntax-check rules, Jim Meyering, 2012/01/21
- [PATCH 3/7] maint: tweak to avoid triggering space-tab-prohibiting syntax-check,
Jim Meyering <=
- [PATCH 1/7] doc: fix grammar/doubled-word errors, Jim Meyering, 2012/01/21
- [PATCH 2/7] maint: remove empty lines at EOF, Jim Meyering, 2012/01/21
- [PATCH 6/7] maint: also sync maint.mk and useless-if-before-free from gnulib, Jim Meyering, 2012/01/21
- [PATCH 4/7] maint: placate syntax-check rules: exempt some false positives, Jim Meyering, 2012/01/21