* tests/build-relink.test: hellT was renamed to lt-hell

This commit is contained in:
Alexandre Oliva 1999-03-08 19:40:54 +00:00 committed by Alexandre Oliva
parent c61f3ded62
commit f3b997d2ad
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
1999-03-08 Alexandre Oliva <oliva@dcc.unicamp.br>
* tests/build-relink.test: hellT was renamed to lt-hell
* libltdl/Makefile.am (@TOINST@/libltdl.la): do not hide the
command that creates the TOINST directory; remove `-o $@' from the
LINK command, $(LINK) already contains it.

View File

@ -79,8 +79,8 @@ else
fi
if test "$shlibpath_overrides_runpath" != yes; then
rm $objdir/hellT || exit 1
cp $objdir/hell $objdir/hellT || exit 1
rm -f $objdir/lt-hell || exit 1
cp $objdir/hell $objdir/lt-hell || exit 1
echo "running ../demo/hell with installed libhello.la"
if ./hell; then
echo "Worked, as expected"
@ -88,7 +88,7 @@ if test "$shlibpath_overrides_runpath" != yes; then
echo "shlibpath_overrides_runpath should be set to yes"
status=1
fi
rm -f $objdir/hellT
rm -f $objdir/lt-hell
fi
exit $status