diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-03-21 11:42:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-03-21 11:42:55 +0000 |
commit | 59474cdb0aa2eab505143187cb5dae591d45fd2a (patch) | |
tree | ad32842315190bfaa735b8c0b410bf1b5a0a1638 /sys-devel/automake/files | |
parent | Fix by Ryan Hill for tests w/libtool-2 #257544. (diff) | |
download | gentoo-2-59474cdb0aa2eab505143187cb5dae591d45fd2a.tar.gz gentoo-2-59474cdb0aa2eab505143187cb5dae591d45fd2a.tar.bz2 gentoo-2-59474cdb0aa2eab505143187cb5dae591d45fd2a.zip |
Fix from upstream for running tests under bash-4 #263068 by Nick Fortino.
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/automake/files')
-rw-r--r-- | sys-devel/automake/files/automake-1.10.2-bash4.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-devel/automake/files/automake-1.10.2-bash4.patch b/sys-devel/automake/files/automake-1.10.2-bash4.patch new file mode 100644 index 000000000000..01829ce1741e --- /dev/null +++ b/sys-devel/automake/files/automake-1.10.2-bash4.patch @@ -0,0 +1,22 @@ +An upstream patch to fix ksh test issues, which also affect bash 4.0 + +http://bugs.gentoo.org/263068 +http://git.savannah.gnu.org/cgit/automake.git/commit/?h=branch-1-10&id=319305db77dfdcbba3d5a1703c781750affdb20a + +2008-12-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + Testsuite fix for ksh. + * tests/check10.test: Add ':' as last command in subshell, for + zero exit status of the subshell. + Missing backport from master reported by Tim Rice. + +--- a/tests/check10.test ++++ b/tests/check10.test +@@ -72,6 +72,7 @@ + env TESTS="xpass xpass2" $MAKE -e check + env TESTS='pass skip xfail' $MAKE -e check + $MAKE check ++ : + ) >stdout + cat stdout + |