From: Alexandre Duret-Lutz Date: Fri, 26 Apr 2002 15:58:18 +0000 (+0000) Subject: * tests/man2.test: Use `pwd`, not $PWD. Use $MAKE -e. X-Git-Tag: Release-1-6-1b~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34f0e65a01f54a7021df354f68da7fb7e7be5601;p=thirdparty%2Fautomake.git * tests/man2.test: Use `pwd`, not $PWD. Use $MAKE -e. --- diff --git a/ChangeLog b/ChangeLog index 4c63b6d03..e5040319d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-04-26 Alexandre Duret-Lutz + + * tests/man2.test: Use `pwd`, not $PWD. Use $MAKE -e. + 2002-04-25 Alexandre Duret-Lutz * automake.in (subobjname): Use the length of %subobjvar diff --git a/tests/man2.test b/tests/man2.test index 28ddb86bd..d3ff8d1ba 100755 --- a/tests/man2.test +++ b/tests/man2.test @@ -24,7 +24,7 @@ $AUTOMAKE # Let's play with $DESTDIR too, it shouldn't hurt. ./configure --prefix='' -$MAKE DESTDIR=$PWD/=inst install +DESTDIR="`pwd`/=inst" $MAKE -e SHELL=/bin/sh install test -f ./=inst/man/man2/foo.2 test -f ./=inst/man/man4/foo.4