From: Alexandre Duret-Lutz Date: Fri, 26 Apr 2002 15:58:15 +0000 (+0000) Subject: * tests/man2.test: Use `pwd`, not $PWD. Use $MAKE -e. X-Git-Tag: Release-1-6b~112 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=1a465dfda27520bb5fd3a55b44d71e192220d64e;p=automake.git * tests/man2.test: Use `pwd`, not $PWD. Use $MAKE -e. --- diff --git a/ChangeLog b/ChangeLog index 4c63b6d0..e5040319 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 28ddb86b..d3ff8d1b 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