summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Mainzer <mainzer@hdfgroup.org>2009-04-10 05:53:15 (GMT)
committerJohn Mainzer <mainzer@hdfgroup.org>2009-04-10 05:53:15 (GMT)
commit96c52212d7af254a0a4a3e0f8fbeb380bced23ab (patch)
treeb83e6172649571d258a333c1d3bc1778ec9300ff
parent94383b8f2df2e784ef2e9b8a20e2051e6c57be00 (diff)
downloadhdf5-96c52212d7af254a0a4a3e0f8fbeb380bced23ab.zip
hdf5-96c52212d7af254a0a4a3e0f8fbeb380bced23ab.tar.gz
hdf5-96c52212d7af254a0a4a3e0f8fbeb380bced23ab.tar.bz2
[svn-r16726] Fix for the source dir build bug that Quincey discovered.
Tested only on Phoenix -- serial source dir and in place builds.
-rw-r--r--tools/h5recover/testh5recover.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5recover/testh5recover.sh.in b/tools/h5recover/testh5recover.sh.in
index f2ca102..9fbf886 100644
--- a/tools/h5recover/testh5recover.sh.in
+++ b/tools/h5recover/testh5recover.sh.in
@@ -209,7 +209,7 @@ run_h5recover_output_test() {
# check stdout
- ($DIFF ./testfiles/${BASE_NAME}.stdout ./${BASE_NAME}.stdout > \
+ ($DIFF $srcdir/testfiles/${BASE_NAME}.stdout ./${BASE_NAME}.stdout > \
./${BASE_NAME}.stdout.stdout) 2> ./${BASE_NAME}.stdout.stderr
# check both return code and contents of stdout and stderr files --
@@ -243,7 +243,7 @@ run_h5recover_output_test() {
# check stderr
- ($DIFF ./testfiles/${BASE_NAME}.stderr ./${BASE_NAME}.stderr > \
+ ($DIFF $srcdir/testfiles/${BASE_NAME}.stderr ./${BASE_NAME}.stderr > \
./${BASE_NAME}.stderr.stdout) 2> ./${BASE_NAME}.stderr.stderr
# check both return code and contents of stdout and stderr files --