diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-26 17:20:29 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-26 17:20:29 +0000 |
commit | 33a43d6eddd7fb15a1e987c668cb85175b6725f6 (patch) | |
tree | 66cbe89aa31d454b8072cc836bd73175e9c3e306 /gcc/testsuite/ada | |
parent | 76d2e170ff8dfc3e709191234301d59d08ddf21b (diff) | |
download | gcc-33a43d6eddd7fb15a1e987c668cb85175b6725f6.tar.gz |
* ada/acats/run_all.sh: Make sure norun.lst is sorted using the
current collation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156255 138bc75d-0d04-0410-961f-82ee72b054a4
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 |