* ada/acats/run_all.sh: Redirect mv output to /dev/null

From-SVN: r73037
This commit is contained in:
Arnaud Charlet 2003-10-29 14:48:35 +01:00 committed by Arnaud Charlet
parent 4f36323260
commit 24c98faeff
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-10-29 Arnaud Charlet <charlet@act-europe.fr>
* ada/acats/run_all.sh: Redirect mv output to /dev/null
2003-10-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
PR libgcj/10610

View File

@ -89,7 +89,7 @@ cp $testdir/tests/cd/*.c $dir/support
cp $testdir/tests/cxb/*.c $dir/support
rm -rf $dir/run
mv $dir/tests $dir/tests.$$
mv $dir/tests $dir/tests.$$ 2> /dev/null
rm -rf $dir/tests.$$ &
mkdir -p $dir/run