diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-10-21 16:42:10 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-10-21 16:42:10 (GMT) |
commit | b694bbf7b296ed25bd2152325e61e1af6aa3c82b (patch) | |
tree | 07ab6e4ae30a123dfad02b1ff6ef309131f776a9 /windows | |
parent | c76015b6dc2d9f4be623df227f40d2bfd8d240e4 (diff) | |
download | hdf5-b694bbf7b296ed25bd2152325e61e1af6aa3c82b.zip hdf5-b694bbf7b296ed25bd2152325e61e1af6aa3c82b.tar.gz hdf5-b694bbf7b296ed25bd2152325e61e1af6aa3c82b.tar.bz2 |
[svn-r21641] remove spurious " from batch file
Diffstat (limited to 'windows')
-rw-r--r-- | windows/tools/h5import/h5importtestutil.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/tools/h5import/h5importtestutil.bat b/windows/tools/h5import/h5importtestutil.bat index abda615..6ac8077 100644 --- a/windows/tools/h5import/h5importtestutil.bat +++ b/windows/tools/h5import/h5importtestutil.bat @@ -145,7 +145,7 @@ goto main set testing=STR
call :tooltest %srcdir%\testfiles\txtstr.txt -c %srcdir%\testfiles\txtstr.conf -o txtstr.h5
- set testing=BINARY I8 CR LF EOF"
+ set testing=BINARY I8 CR LF EOF
call :tooltest binin8w.bin -c %srcdir%\testfiles\binin8w.conf -o binin8w.h5
set testing=ASCII F64 - rank 1 - INPUT-CLASS TEXTFPE
|