Commit 13637c49 by Laurent GUERBY Committed by Laurent Guerby

re PR testsuite/27476 (ACATS: Ada testsuite Bourne shell compatibility problem on hpux)

2006-05-08  Laurent GUERBY  <laurent@guerby.net>

        PR testsuite/27476
        * ada/acats/run_all.sh: Use test -z.

From-SVN: r113630
parent 2813414c
2006-05-08 Laurent GUERBY <laurent@guerby.net>
PR testsuite/27476
* ada/acats/run_all.sh: Use test -z.
2006-05-07 Francois-Xavier Coudert <coudert@clipper.ens.fr> 2006-05-07 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR libfortran/18271 PR libfortran/18271
...@@ -239,7 +239,7 @@ for chapter in $chapters; do ...@@ -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 target_gnatchop -c -w `ls ${test}*.a ${test}*.ada ${test}*.adt ${test}*.am ${test}*.dep 2> /dev/null` >> $dir/acats.log 2>&1
main="" main=""
find_main find_main
if [ "$main" == "" ]; then if [ -z "$main" ]; then
sync sync
find_main find_main
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment