From 78da8b6a0f19e4540d5a4ef6de32ffb4731307d7 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 git-svn-id: svn://10.0.0.236/trunk@75087 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/tests/outsinks/TestOutSinks.pl | 5 ++++- mozilla/parser/htmlparser/tests/outsinks/TestOutSinks.pl | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/mozilla/htmlparser/tests/outsinks/TestOutSinks.pl b/mozilla/htmlparser/tests/outsinks/TestOutSinks.pl index 144f3dcae6f..8640182444d 100755 --- a/mozilla/htmlparser/tests/outsinks/TestOutSinks.pl +++ b/mozilla/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/mozilla/parser/htmlparser/tests/outsinks/TestOutSinks.pl b/mozilla/parser/htmlparser/tests/outsinks/TestOutSinks.pl index 144f3dcae6f..8640182444d 100755 --- a/mozilla/parser/htmlparser/tests/outsinks/TestOutSinks.pl +++ b/mozilla/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";