diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-07-18 14:28:11 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-07-18 14:28:11 (GMT) |
commit | 46049ef3829bcb6332779060638c276628949371 (patch) | |
tree | 0c45f571eba081e39266b3ce991db85779607394 | |
parent | 05d13386f28bdf49128066bdb6c45f7b82da30dc (diff) | |
download | hdf5-46049ef3829bcb6332779060638c276628949371.zip hdf5-46049ef3829bcb6332779060638c276628949371.tar.gz hdf5-46049ef3829bcb6332779060638c276628949371.tar.bz2 |
[svn-r21109] Renamed test files to more descriptive name
Tested: local linux (after clearing old testfiles)
-rwxr-xr-x | tools/h5import/h5importtestutil.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5import/h5importtestutil.sh b/tools/h5import/h5importtestutil.sh index c5d8d6c..943b194 100755 --- a/tools/h5import/h5importtestutil.sh +++ b/tools/h5import/h5importtestutil.sh @@ -226,7 +226,7 @@ TESTING "BINARY I8 CR LF EOF" TOOLTEST binin8w.bin -c $TESTDIR/binin8w.conf -o binin8w.h5 TESTING "ASCII F64 - rank 1 - INPUT-CLASS TEXTFPE " -TOOLTEST $TESTDIR/in64.txt -c $TESTDIR/textpfe.conf -o test15.h5 +TOOLTEST $TESTDIR/textpfe64.txt -c $TESTDIR/textpfe.conf -o textpfe.h5 |