From: Laurent GUERBY Date: Mon, 8 May 2006 16:50:40 +0000 (+0000) Subject: re PR testsuite/27476 (ACATS: Ada testsuite Bourne shell compatibility problem on... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13637c491f74ce8bb97d14d2fd6a7c935800e724;p=gcc.git re PR testsuite/27476 (ACATS: Ada testsuite Bourne shell compatibility problem on hpux) 2006-05-08 Laurent GUERBY PR testsuite/27476 * ada/acats/run_all.sh: Use test -z. From-SVN: r113630 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a638c4d569e..c490218c53f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-05-08 Laurent GUERBY + + PR testsuite/27476 + * ada/acats/run_all.sh: Use test -z. + 2006-05-07 Francois-Xavier Coudert PR libfortran/18271 diff --git a/gcc/testsuite/ada/acats/run_all.sh b/gcc/testsuite/ada/acats/run_all.sh index d5b6feea045..e452272c860 100755 --- a/gcc/testsuite/ada/acats/run_all.sh +++ b/gcc/testsuite/ada/acats/run_all.sh @@ -239,7 +239,7 @@ for chapter in $chapters; do target_gnatchop -c -w `ls ${test}*.a ${test}*.ada ${test}*.adt ${test}*.am ${test}*.dep 2> /dev/null` >> $dir/acats.log 2>&1 main="" find_main - if [ "$main" == "" ]; then + if [ -z "$main" ]; then sync find_main fi