* tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line

_first_.
Reported by Gerrit P. Haase.
This commit is contained in:
Akim Demaille 2001-09-13 15:47:34 +00:00
parent 39c8e277ec
commit cf951e25b3
4 changed files with 14 additions and 14 deletions

View File

@ -1,3 +1,9 @@
2001-09-13 Akim Demaille <akim@epita.fr>
* tests/base.at, tests/m4sh.at: Be sure to issue the bangshe line
_first_.
Reported by Gerrit P. Haase.
2001-09-13 Akim Demaille <akim@epita.fr>
* lib/autotest/general.m4 (AT_INIT): Reset `AT_victims' so that

1
THANKS
View File

@ -50,6 +50,7 @@ Ezra Peisach epeisach@zif.mit.edu
Felix Lee flee@cygnus.com
Franc,ois Pinard pinard@iro.umontreal.ca
Gary V. Vaughan gvaughan@oranda.demon.co.uk
Gerrit P. Haase gp@familiehaase.de
Giuseppe Guerrini guisguerrini@racine.ra.it
Glenn P. Davis davis@unidata.ucar.edu
Godmar Back gback@cs.utah.edu

View File

@ -49,8 +49,7 @@ AC_DEFUN([TEST3],
[REQUIRE_AND_CHECK([TEST2a])
test3=set])
AC_PLAIN_SCRIPT()
#! /bin/sh
AC_PLAIN_SCRIPT()#! /bin/sh
TEST1
test -z "$test1" &&
@ -82,8 +81,7 @@ AC_DEFUN([MULTI_TEST],
AC_DEFUN_ONCE([SINGLE_TEST],
[single_test=".$single_test"])
AC_PLAIN_SCRIPT()
#! /bin/sh
AC_PLAIN_SCRIPT()#! /bin/sh
TEST
TEST
@ -127,8 +125,7 @@ AC_DEFUN([MULTI_TEST],
AC_DEFUN_ONCE([SINGLE_TEST],
[single_test=".$single_test"])
AC_PLAIN_SCRIPT()
#! /bin/sh
AC_PLAIN_SCRIPT()#! /bin/sh
MULTI_TEST
MULTI_TEST
@ -167,8 +164,7 @@ AT_DATA([configure.ac],
AC_DEFUN([INNER_TEST],
[inner_test=".$inner_test"])
AC_PLAIN_SCRIPT()
#! /bin/sh
AC_PLAIN_SCRIPT()#! /bin/sh
AC_PROVIDE([INNER_TEST])
TEST

View File

@ -31,8 +31,7 @@ m4_pattern_allow([^AS_DIRNAME(_SED)?$])
AT_SETUP([[AS_DIRNAME & AS_DIRNAME_SED]])
AT_DATA([configure.ac],
[[AC_PLAIN_SCRIPT()
#! /bin/sh
[[AC_PLAIN_SCRIPT()#! /bin/sh
_AS@&t@_EXPR_PREPARE
@ -84,8 +83,7 @@ m4_pattern_allow([^AS_MKDIR_P$])
AT_SETUP([[AS_MKDIR_P]])
AT_DATA([configure.ac],
[[AC_PLAIN_SCRIPT()
#! /bin/sh
[[AC_PLAIN_SCRIPT()#! /bin/sh
pwd=`pwd`
set -e
@ -118,8 +116,7 @@ AT_CLEANUP(configure 1 a)
AT_SETUP([Negated classes in globbing])
AT_DATA([configure.ac],
[[AC_PLAIN_SCRIPT()
#! /bin/sh
[[AC_PLAIN_SCRIPT()#! /bin/sh
case 'with!two!bangs' in
*[[!a-z]]*) ;;