diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-03-15 19:50:36 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-03-15 19:50:36 (GMT) |
commit | 956fde680a35b1fbc19fa5ff1367fcf8eb54c194 (patch) | |
tree | 58bd2871c13d3685a72c3f2ccd1c0d6d5a7b04cb /tools | |
parent | 3ee8b91dee10390a31d60fb6578b7e874060a50e (diff) | |
download | hdf5-956fde680a35b1fbc19fa5ff1367fcf8eb54c194.zip hdf5-956fde680a35b1fbc19fa5ff1367fcf8eb54c194.tar.gz hdf5-956fde680a35b1fbc19fa5ff1367fcf8eb54c194.tar.bz2 |
[svn-r22074] Remove , from list of file char substitutions.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5ls/testh5ls.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5ls/testh5ls.sh.in b/tools/h5ls/testh5ls.sh.in index d36988b..e79be02 100644 --- a/tools/h5ls/testh5ls.sh.in +++ b/tools/h5ls/testh5ls.sh.in @@ -326,7 +326,7 @@ TOOLTEST thlinks-nodangle-1.ls 0 -w80 --follow-symlinks --no-dangling-links thli # this h5ls test script does not pass the filename properly like the h5dump test script??? #TOOLTEST tstarfile t*link.h5 #TOOLTEST tqmarkfile t?link.h5 -#TOOLTEST tmultifile t[h,s]link.h5 +#TOOLTEST tmultifile t[hs]link.h5 # tests for hard links TOOLTEST thlink-1.ls 0 -w80 thlink.h5 |