From 012ec6606fc5a44ee4a6e1ac6a3f404eee29634f Mon Sep 17 00:00:00 2001 From: "akkana%netscape.com" Date: Fri, 28 Jul 2000 22:36:52 +0000 Subject: [PATCH] Set LD_LIBRARY_PATH to make the test script more easily runnable; r=mozilla@bucksch.org --- htmlparser/tests/outsinks/TestOutSinks.pl | 5 ++++- parser/htmlparser/tests/outsinks/TestOutSinks.pl | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/htmlparser/tests/outsinks/TestOutSinks.pl b/htmlparser/tests/outsinks/TestOutSinks.pl index 144f3dcae6f..8640182444d 100755 --- a/htmlparser/tests/outsinks/TestOutSinks.pl +++ b/htmlparser/tests/outsinks/TestOutSinks.pl @@ -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"; diff --git a/parser/htmlparser/tests/outsinks/TestOutSinks.pl b/parser/htmlparser/tests/outsinks/TestOutSinks.pl index 144f3dcae6f..8640182444d 100755 --- a/parser/htmlparser/tests/outsinks/TestOutSinks.pl +++ b/parser/htmlparser/tests/outsinks/TestOutSinks.pl @@ -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";