summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-17 10:36:42 +0100
committerJim Meyering <meyering@redhat.com>2012-01-21 11:49:40 +0100
commit5fdbf57c6aa5468e47dca0d0d0330196517b2e17 (patch)
tree263e484b694a5f62dcbf66624830aafea01d572d
parent40c846ea9c223b87f8b7e1428c443bd5a54c4835 (diff)
downloadautoconf-5fdbf57c6aa5468e47dca0d0d0330196517b2e17.tar.gz
maint: tweak to avoid triggering space-tab-prohibiting syntax-check
* tests/m4sh.at (nargs): Use TAB-SP, not SP-TAB in abusive file name, to avoid triggering the space-tab-prohibiting syntax-check.
-rw-r--r--tests/m4sh.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/m4sh.at b/tests/m4sh.at
index 01b0e72d..e9da4038 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.