summaryrefslogtreecommitdiffstats
path: root/tools/test/misc/testh5repart.sh.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-11-01 21:38:18 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-11-01 21:38:18 (GMT)
commit8a323685f8c4c04e10b69cd7d339afbf38ab79f4 (patch)
tree4f3907389c17586ac1f6c6755658fd6ea5432382 /tools/test/misc/testh5repart.sh.in
parent430d10b04704272bafdc99144fa6c40428f98fec (diff)
downloadhdf5-8a323685f8c4c04e10b69cd7d339afbf38ab79f4.zip
hdf5-8a323685f8c4c04e10b69cd7d339afbf38ab79f4.tar.gz
hdf5-8a323685f8c4c04e10b69cd7d339afbf38ab79f4.tar.bz2
Add util programs for tests
Diffstat (limited to 'tools/test/misc/testh5repart.sh.in')
-rw-r--r--tools/test/misc/testh5repart.sh.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/test/misc/testh5repart.sh.in b/tools/test/misc/testh5repart.sh.in
index 01c7fd7..429e65e 100644
--- a/tools/test/misc/testh5repart.sh.in
+++ b/tools/test/misc/testh5repart.sh.in
@@ -27,6 +27,14 @@ REPART_BIN=`pwd`/$REPART # The path of the tool binary
REPARTED_FAM=repart_test # The test name
REPARTED_FAM_BIN=`pwd`/$REPARTED_FAM # The path of the test binary
+RM='rm -rf'
+CMP='cmp'
+DIFF='diff -c'
+CP='cp'
+DIRNAME='dirname'
+LS='ls'
+AWK='awk'
+
nerrors=0
verbose=yes