Commit 24c98fae by Arnaud Charlet Committed by Arnaud Charlet

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

From-SVN: r73037
parent 4f363232
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> 2003-10-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
PR libgcj/10610 PR libgcj/10610
......
...@@ -89,7 +89,7 @@ cp $testdir/tests/cd/*.c $dir/support ...@@ -89,7 +89,7 @@ cp $testdir/tests/cd/*.c $dir/support
cp $testdir/tests/cxb/*.c $dir/support cp $testdir/tests/cxb/*.c $dir/support
rm -rf $dir/run rm -rf $dir/run
mv $dir/tests $dir/tests.$$ mv $dir/tests $dir/tests.$$ 2> /dev/null
rm -rf $dir/tests.$$ & rm -rf $dir/tests.$$ &
mkdir -p $dir/run mkdir -p $dir/run
......
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