diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-10-21 16:47:28 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-10-21 16:47:28 (GMT) |
commit | fb1937371d160d267c6d18c88f49b59b67b663d9 (patch) | |
tree | ce0e2c8fdd08894535c185fecc6d3b0f0a19284e | |
parent | ddac2349c004c9b8082ef33d208a9d1ac5ff3ccd (diff) | |
download | hdf5-fb1937371d160d267c6d18c88f49b59b67b663d9.zip hdf5-fb1937371d160d267c6d18c88f49b59b67b663d9.tar.gz hdf5-fb1937371d160d267c6d18c88f49b59b67b663d9.tar.bz2 |
[svn-r21642] remove spurious " from batch file
-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
|