From: Peter Rosin Date: Mon, 5 Sep 2011 09:30:17 +0000 (+0200) Subject: * tests/amhello-binpkg.test: Add missing $EXEEXT usage. X-Git-Tag: ng-0.5a~129^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c99e9dca034ba5cbe3848af024aea5b4fc19b6c;p=thirdparty%2Fautomake.git * tests/amhello-binpkg.test: Add missing $EXEEXT usage. Signed-off-by: Peter Rosin --- diff --git a/ChangeLog b/ChangeLog index add6c9c50..b768311af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2011-09-04 Stefano Lattarini +2011-09-05 Peter Rosin + + * tests/amhello-binpkg.test: Add missing $EXEEXT usage. + +2011-09-04 Stefano Lattarini fix: list test 'vala-vpath.test' in XFAIL_TESTS * tests/Makefile.am (XFAIL_TESTS): Update. diff --git a/tests/amhello-binpkg.test b/tests/amhello-binpkg.test index f11421ff6..59813cc70 100755 --- a/tests/amhello-binpkg.test +++ b/tests/amhello-binpkg.test @@ -34,16 +34,18 @@ cd inst find . -type f -print > ../files.lst tar cvf amhello-1.0-i686.tar.gz `cat ../files.lst` > tar.got 2>&1 +EXEEXT=`sed -n -e 's/^EXEEXT *= *//p' < ../Makefile` + if tar --version t mv -f t tar.got - diff - tar.got <<'END' -./usr/bin/hello + diff - tar.got <