X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Ftxinfo22.sh;h=d337d6ec115e4f1d02700286e0433806ab8e1565;hb=fb214402c043a70581f19d4856a81362a5a1a0d6;hp=c33898b6736853fdddae4a62897470a3ef8282fe;hpb=f4b8c5856fb76889f8a44287c2bf48256f1a2a00;p=platform%2Fupstream%2Fautomake.git diff --git a/t/txinfo22.sh b/t/txinfo22.sh index c33898b..d337d6e 100755 --- a/t/txinfo22.sh +++ b/t/txinfo22.sh @@ -19,7 +19,7 @@ # Report from Tom Tromey. required='makeinfo tex texi2dvi' -. ./defs || Exit 1 +. test-init.sh cat > configure.ac << END AC_INIT([$me], [1.0]) @@ -55,8 +55,8 @@ $ACLOCAL $AUTOMAKE --add-missing $AUTOCONF -test ! -f texinfo.tex -test ! -f aux1/texinfo.tex +test ! -e texinfo.tex +test ! -e aux1/texinfo.tex test -f tex/texinfo.tex ./configure