summaryrefslogtreecommitdiffstats
path: root/tools/test/misc/testh5repart.sh.in
diff options
context:
space:
mode:
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