summaryrefslogtreecommitdiffstats
path: root/tools/h5import/h5importtestutil.sh
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-07-18 14:25:42 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-07-18 14:25:42 (GMT)
commit05d13386f28bdf49128066bdb6c45f7b82da30dc (patch)
treead9aa7ac87c63ead16d68afd929aa38c2a1cc849 /tools/h5import/h5importtestutil.sh
parent877b7aed1b543d2e7fde2d9c2c2eda325d3894c0 (diff)
downloadhdf5-05d13386f28bdf49128066bdb6c45f7b82da30dc.zip
hdf5-05d13386f28bdf49128066bdb6c45f7b82da30dc.tar.gz
hdf5-05d13386f28bdf49128066bdb6c45f7b82da30dc.tar.bz2
[svn-r21108] Renamed test files to more descriptive name
Tested: local linux
Diffstat (limited to 'tools/h5import/h5importtestutil.sh')
-rwxr-xr-xtools/h5import/h5importtestutil.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/h5import/h5importtestutil.sh b/tools/h5import/h5importtestutil.sh
index a3ad057..c5d8d6c 100755
--- a/tools/h5import/h5importtestutil.sh
+++ b/tools/h5import/h5importtestutil.sh
@@ -72,7 +72,7 @@ $SRC_H5IMPORT_TESTFILES/txtin32.h5
$SRC_H5IMPORT_TESTFILES/txtuin16.h5
$SRC_H5IMPORT_TESTFILES/txtuin32.h5
$SRC_H5IMPORT_TESTFILES/txtstr.h5
-$SRC_H5IMPORT_TESTFILES/test15.h5
+$SRC_H5IMPORT_TESTFILES/textpfe.h5
"
LIST_OTHER_TEST_FILES="
@@ -97,7 +97,7 @@ $SRC_H5IMPORT_TESTFILES/txtfp64.txt
$SRC_H5IMPORT_TESTFILES/txtuin32.txt
$SRC_H5IMPORT_TESTFILES/txtin16.txt
$SRC_H5IMPORT_TESTFILES/txtin32.txt
-$SRC_H5IMPORT_TESTFILES/in64.txt
+$SRC_H5IMPORT_TESTFILES/textpfe64.txt
$SRC_H5IMPORT_TESTFILES/txtstr.txt
"
@@ -170,7 +170,7 @@ $CP $TESTDIR/*.h5 ./tmp_testfiles/
$RUNSERIAL ./h5importtest
################################################
-### T H E T E S T S
+### T H E T E S T S
################################################
TESTING "ASCII I32 rank 3 - Output BE " ;
@@ -233,8 +233,8 @@ TOOLTEST $TESTDIR/in64.txt -c $TESTDIR/textpfe.conf -o test15.h5
rm -f txtin32.txt txtin16.txt *.bin *.h5
rm -rf tmp_testfiles
else
- echo "** h5import or h5importtest not available ***"
- nerrors="` expr $nerrors + 1 `";
+ echo "** h5import or h5importtest not available ***"
+ nerrors="` expr $nerrors + 1 `";
fi
#