Set LD_LIBRARY_PATH to make the test script more easily runnable; r=mozilla@bucksch.org

This commit is contained in:
akkana%netscape.com 2000-07-28 22:36:52 +00:00
Родитель 4896ee6d33
Коммит 2fd1f65abe
2 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -22,9 +22,12 @@
#
# This is a collection of test files to guard against regressions
# in the Gecko output system.
# in the Mozilla output system.
#
# Make sure . is in the path, so we can load the other shared libraries
$ENV{LD_LIBRARY_PATH} .= ":.";
$errmsg = "";
print "Testing simple html to html ...\n";

Просмотреть файл

@ -22,9 +22,12 @@
#
# This is a collection of test files to guard against regressions
# in the Gecko output system.
# in the Mozilla output system.
#
# Make sure . is in the path, so we can load the other shared libraries
$ENV{LD_LIBRARY_PATH} .= ":.";
$errmsg = "";
print "Testing simple html to html ...\n";