From e56df1283ff02455cfd7a0f2dcca5b817c2ad647 Mon Sep 17 00:00:00 2001 From: "akkana%netscape.com" Date: Tue, 18 Jan 2000 21:59:42 +0000 Subject: [PATCH] Add quotes around final errmsg test, to handle the case where more than one test fails. r=slamm git-svn-id: svn://10.0.0.236/trunk@58128 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/tests/outsinks/TestOutSinks | 2 +- mozilla/parser/htmlparser/tests/outsinks/TestOutSinks | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/htmlparser/tests/outsinks/TestOutSinks b/mozilla/htmlparser/tests/outsinks/TestOutSinks index e8e378cd4f5..4e38b770982 100755 --- a/mozilla/htmlparser/tests/outsinks/TestOutSinks +++ b/mozilla/htmlparser/tests/outsinks/TestOutSinks @@ -90,7 +90,7 @@ if ($status != 0) then set errmsg = ($errmsg "htmltable.out") endif -if ($errmsg != "") then +if ("$errmsg" != "") then echo " " echo TESTS FAILED: $errmsg exit 1 diff --git a/mozilla/parser/htmlparser/tests/outsinks/TestOutSinks b/mozilla/parser/htmlparser/tests/outsinks/TestOutSinks index e8e378cd4f5..4e38b770982 100755 --- a/mozilla/parser/htmlparser/tests/outsinks/TestOutSinks +++ b/mozilla/parser/htmlparser/tests/outsinks/TestOutSinks @@ -90,7 +90,7 @@ if ($status != 0) then set errmsg = ($errmsg "htmltable.out") endif -if ($errmsg != "") then +if ("$errmsg" != "") then echo " " echo TESTS FAILED: $errmsg exit 1