From 1a465dfda27520bb5fd3a55b44d71e192220d64e Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 26 Apr 2002 15:58:15 +0000 Subject: [PATCH] * tests/man2.test: Use `pwd`, not $PWD. Use $MAKE -e. --- ChangeLog | 4 ++++ tests/man2.test | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.43.5