diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-11-01 21:42:13 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-11-01 21:42:13 (GMT) |
commit | de57917e58b53d19ef9ac9379f24a1de69d3dd15 (patch) | |
tree | 35160df65a520fa30626c81bc7ffa1ab1a3e153b /tools/test/misc/testh5mkgrp.sh.in | |
parent | 8a323685f8c4c04e10b69cd7d339afbf38ab79f4 (diff) | |
download | hdf5-de57917e58b53d19ef9ac9379f24a1de69d3dd15.zip hdf5-de57917e58b53d19ef9ac9379f24a1de69d3dd15.tar.gz hdf5-de57917e58b53d19ef9ac9379f24a1de69d3dd15.tar.bz2 |
minor cleanup to utils defines
Diffstat (limited to 'tools/test/misc/testh5mkgrp.sh.in')
-rw-r--r-- | tools/test/misc/testh5mkgrp.sh.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/test/misc/testh5mkgrp.sh.in b/tools/test/misc/testh5mkgrp.sh.in index 83ffe16..9252934 100644 --- a/tools/test/misc/testh5mkgrp.sh.in +++ b/tools/test/misc/testh5mkgrp.sh.in @@ -32,7 +32,7 @@ H5LS_ARGS=-vr # Arguments to the h5ls tool H5LS_BIN=`pwd`/$H5LS # The path of the h5ls tool binary RM='rm -rf' -CMP='cmp' +CMP='cmp -s' DIFF='diff -c' CP='cp' DIRNAME='dirname' @@ -62,9 +62,6 @@ test -d $TESTDIR || mkdir -p $TESTDIR # Comment '#' without space can be used. # -------------------------------------------------------------------- -CMP='cmp -s' -DIFF='diff -c' - # # copy test files and expected output files from source dirs to test dir # |