]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/conflnk3.test: Isolate checking for working `test -e' into
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 21 May 2004 17:31:49 +0000 (17:31 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 21 May 2004 17:31:49 +0000 (17:31 +0000)
a subshell, to skip this test on broken /bin/sh of solaris.

ChangeLog
THANKS
tests/conflnk3.test

index de8f2cc156d8ea872e118ec6b3b5a0c5e34b9299..5ab53b5dd6d89430e79da82dae16c4797a48bbab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-21  Eric Blake  <ebb9@byu.net>  (tiny change)
+
+       * tests/conflnk3.test: Isolate checking for working `test -e' into
+       a subshell, to skip this test on broken /bin/sh of solaris.
+
 2004-05-17  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * m4/cond.m4 (AM_CONDITIONAL): Double-quote diagnostic.
diff --git a/THANKS b/THANKS
index dd255897167060f320848e0ae0ebaf5a70ee9840..d1517501d92b0daff3ffea7ce3ad3e0c8f60e837 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -61,6 +61,7 @@ Elmar Hoffmann                elho@elho.net
 Elrond                 Elrond@Wunder-Nett.org
 Enrico Scholz          enrico.scholz@informatik.tu-chemnitz.de
 Erez Zadok             ezk@cs.columbia.edu
+Eric Blake             ebb9@byu.net
 Eric Magnien           emagnien@club-internet.fr
 Eric Siegerman         erics_97@pobox.com
 Eric Sunshine          sunshine@sunshineco.com
index a3b129860987260ffc2cfac12e3747e823907951..25329ac339c3a9fc5ae3fc0212cbdf90db8ef347 100755 (executable)
@@ -28,7 +28,7 @@ set -e
 # Skip platforms where `test -e' does not work.  (Note that Changing
 # all `test -e' into `test -h' will not work when AC_CONFIG_LINKS
 # copies or hardlinks files.)
-test -e configure.in || exit 77
+(test -e configure.in) >/dev/null 2>&1 || exit 77
 
 cat > Makefile.am << 'END'
 SUBDIRS = sdir