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
This commit is contained in:
akkana%netscape.com
2000-01-18 21:59:42 +00:00
parent 9f460c257e
commit e56df1283f
2 changed files with 2 additions and 2 deletions

View File

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