Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/med.git] / src / MEDMEMBinTest / scripts / check_med2_1_To_med2_2
index 34cd0f0a13e54445c64b1697098fd2d700c4eafb..e1306107ed2c3db944a43fe31d3a1c195aa3d936 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,7 +31,7 @@ infile=${srcdir}/../../resources/pointe.med
 
 outfile=./pointe.med2.3
 
-./med2_1_To_med2_2 $infile
+./med2_1_To_med2_2 $infile   > /dev/null 2>&1
 
 ok=$?