зеркало из https://github.com/mozilla/pjs.git
HP and AIX cert extension tests failure fix.
This commit is contained in:
Родитель
4541761c29
Коммит
af798d22c0
|
@ -687,14 +687,14 @@ cert_extensions()
|
||||||
|
|
||||||
count=0
|
count=0
|
||||||
while read arg opt filterList; do
|
while read arg opt filterList; do
|
||||||
if [ "`echo $arg | cut -c 1`" = "#" ]; then
|
if [ X"`echo $arg | cut -c 1`" = "X#" ]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
if [ "`echo $arg | cut -c 1`" = "!" ]; then
|
if [ X"`echo $arg | cut -c 1`" = "X!" ]; then
|
||||||
testName="$filterList"
|
testName="$filterList"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
if [ "$arg" = "=" ]; then
|
if [ X"$arg" = "X=" ]; then
|
||||||
count=`expr $count + 1`
|
count=`expr $count + 1`
|
||||||
echo "#################################################"
|
echo "#################################################"
|
||||||
CU_ACTION="Testing $testName"
|
CU_ACTION="Testing $testName"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче