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

git-svn-id: svn://10.0.0.236/trunk@75087 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
2000-07-28 22:36:52 +00:00
parent c607d4bc40
commit 78da8b6a0f
2 changed files with 8 additions and 2 deletions

View File

@@ -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";