* ada/acats/run_all.sh: Redirect mv output to /dev/null
authorArnaud Charlet <charlet@act-europe.fr>
Wed, 29 Oct 2003 13:48:35 +0000 (14:48 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 29 Oct 2003 13:48:35 +0000 (14:48 +0100)
From-SVN: r73037

gcc/testsuite/ChangeLog
gcc/testsuite/ada/acats/run_all.sh

index 5afe63a5ab5233cf16aa49329c25e2b7c340a1dd..d84f087de6393ebaf1fc63e3f1c12b239e4ecc34 100644 (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
index c4a171a793a8fb5de4849938d9913f3be1dc69b7..f628c177572bada658ed693d7a16446da9dc3441 100755 (executable)
@@ -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