summaryrefslogtreecommitdiffstats
path: root/tools/h5copy
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-02-14 17:45:20 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-02-14 17:45:20 (GMT)
commit7b54b0d7870f9120930f7d9daf8133c88c687127 (patch)
tree0a3226ffda3970455a44502f90498ef6ab890ee0 /tools/h5copy
parentf6a22fb0de3b415d3c7fe9ad2e3c1a72bd0334ab (diff)
downloadhdf5-7b54b0d7870f9120930f7d9daf8133c88c687127.zip
hdf5-7b54b0d7870f9120930f7d9daf8133c88c687127.tar.gz
hdf5-7b54b0d7870f9120930f7d9daf8133c88c687127.tar.bz2
[svn-r13302] Description:
Use the '-S' command line flag for h5ls, to make the output portable. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Diffstat (limited to 'tools/h5copy')
-rw-r--r--tools/h5copy/testh5copy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5copy/testh5copy.sh b/tools/h5copy/testh5copy.sh
index 61839bb..210cebc 100644
--- a/tools/h5copy/testh5copy.sh
+++ b/tools/h5copy/testh5copy.sh
@@ -24,7 +24,7 @@ H5COPY_BIN=`pwd`/$H5COPY # The path of the tool binary
H5DIFF=h5diff # The h5diff tool name
H5DIFF_BIN=`pwd`/../h5diff/$H5DIFF # The path of the h5diff tool binary
H5LS=h5ls # The h5ls tool name
-H5LS_ARGS=-vr # Arguments to the h5ls tool
+H5LS_ARGS=-Svr # Arguments to the h5ls tool
H5LS_BIN=`pwd`/../h5ls/$H5LS # The path of the h5ls tool binary
nerrors=0