* ada/acats/run_all.sh: Make sure norun.lst is sorted using the
current collation.
From-SVN: r156255
+2010-01-26 Jakub Jelinek <jakub@redhat.com>
+
+ * ada/acats/run_all.sh: Make sure norun.lst is sorted using the
+ current collation.
+
2010-01-26 Richard Guenther <rguenther@suse.de>
PR rtl-optimization/42685
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