Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/med.git] / src / MEDMEMBinTest / scripts / check_test_profil_MedFieldDriver
index 7cd28a4371a9a246466c51e68ea2bfba142dc8dd..a03517a2e0e6c6ecca6e7ed07e7393418d229b88 100644 (file)
@@ -1,4 +1,22 @@
 #! /bin/sh -f
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
 
 outdir="/tmp"
 if test "z$TMP" != "z" && test -e $TMP; then
@@ -13,15 +31,15 @@ initfile=${srcdir}/../../resources/zzzz121b_without_tr6.med
 infile=test_profil_MedFieldDriver.med
 
 curdir=`pwd`
+cp $initfile $outdir/$infile
 cd $outdir
-cp $initfile ./$infile
 
-$curdir/test_profil_MedFieldDriver $infile RESUZERODEPL____________________ 1 1
+$curdir/test_profil_MedFieldDriver $infile RESUZERODEPL____________________ 1 1   > /dev/null 2>&1
 
 ok=$?
 
-rm $infile
-rm Copy_withmesh_test_profil_MedFieldDriver.med
-rm Copy_nomesh_test_profil_MedFieldDriver.med
+\rm -f $infile
+\rm -f Copy_withmesh_test_profil_MedFieldDriver.med
+\rm -f Copy_nomesh_test_profil_MedFieldDriver.med
 
 exit $ok