diff options
Diffstat (limited to 'gcc/testsuite/ada')
-rwxr-xr-x | gcc/testsuite/ada/acats/run_all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/ada/acats/run_all.sh b/gcc/testsuite/ada/acats/run_all.sh index 92446fa875a..a5e1c13a5e6 100755 --- a/gcc/testsuite/ada/acats/run_all.sh +++ b/gcc/testsuite/ada/acats/run_all.sh @@ -129,7 +129,7 @@ sed -e "s,ACATS4GNATDIR,$dir,g" \ cp $testdir/tests/cd/*.c $dir/support cp $testdir/tests/cxb/*.c $dir/support -grep -v '^#' $testdir/norun.lst > $dir/support/norun.lst +grep -v '^#' $testdir/norun.lst | sort > $dir/support/norun.lst rm -rf $dir/run mv $dir/tests $dir/tests.$$ 2> /dev/null |