summaryrefslogtreecommitdiff
path: root/tests/pluseq3.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-02-09 19:06:06 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-02-09 19:11:20 +0100
commitc1875ea6374417be1b38acb9a4013d6586c9c5c6 (patch)
tree80fe24e78e47f45949d8550760284e6be3bec2a3 /tests/pluseq3.test
parent44d95be08f8d4ee82d34c74e1bcde76460b93ee4 (diff)
downloadautomake-c1875ea6374417be1b38acb9a4013d6586c9c5c6.tar.gz
tests: few tweakings and cosmetic changes
* tests/dist-formats.tap: Fix botched spacing. * tests/subobjname.test: Prefer spaces to tabs in indentation. * tests/cond43.test: Likewise. * tests/comment7.test: Likewise. * tests/compile_f90_c_cxx.test: Use "$tab" instead of literal tab characters in the grep regexp. * tests/compile_f_c_cxx.test: Likewise. * tests/pluseq3.test: Likewise. * tests/cond-basic.test: Likewise. * tests/acloca16.test: Add empty line before trailing ':' command. * tests/bsource.test: Likewise. * tests/depend5.test: Likewise. * tests/depend6.test: Likewise. * tests/destdir.test: Likewise. * tests/fort2.test: Likewise. * tests/instdir-java.test: Likewise. * tests/instdir-lisp.test: Likewise. * tests/instdir-python.test: Likewise. * tests/instdir.test: Likewise. * tests/instdir2.test: Likewise. * tests/ltinstloc.test: Likewise. * tests/missing.test: Likewise. * tests/missing2.test: Likewise. * tests/nodef.test: Likewise. * tests/nodef2.test: Likewise. * tests/subst4.test: Likewise. * tests/werror3.test: Likewise. * tests/commen11.test: Likewise. Also, make grepping of automake stderr slightly stricter, and properly quote strings with shell metacharacters. * tests/nodep2.test: Add empty line before trailing ':' command. Do not create unneeded dummy source files.
Diffstat (limited to 'tests/pluseq3.test')
-rwxr-xr-xtests/pluseq3.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/pluseq3.test b/tests/pluseq3.test
index dea002399..394e6d339 100755
--- a/tests/pluseq3.test
+++ b/tests/pluseq3.test
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 1998, 1999, 2001, 2002, 2004, 2010, 2011 Free Software
-# Foundation, Inc.
+# Copyright (C) 1998, 1999, 2001, 2002, 2004, 2010, 2011, 2012 Free
+# Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -44,7 +44,7 @@ $ACLOCAL
$AUTOMAKE
grep '^@CHECK_TRUE@data_DATA = zarrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr \\$' Makefile.in
-grep '^@CHECK_TRUE@ doz$' Makefile.in
+grep "^@CHECK_TRUE@${tab}doz$" Makefile.in
grep '^@CHECK_FALSE@data_DATA = dog$' Makefile.in