diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-08-27 18:51:48 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-08-27 18:51:48 (GMT) |
commit | 1fa894c6b9ed3bec08d449aa276205b1aa127208 (patch) | |
tree | 3239f62e1708539f470085df031267b955384c18 /tools/h5diff | |
parent | 7089b2cff0c0948506c8a705593e838dc4d9f514 (diff) | |
download | hdf5-1fa894c6b9ed3bec08d449aa276205b1aa127208.zip hdf5-1fa894c6b9ed3bec08d449aa276205b1aa127208.tar.gz hdf5-1fa894c6b9ed3bec08d449aa276205b1aa127208.tar.bz2 |
[svn-r22718] Remove unneeded srcdir test
Diffstat (limited to 'tools/h5diff')
-rw-r--r-- | tools/h5diff/testh5diff.sh.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/h5diff/testh5diff.sh.in b/tools/h5diff/testh5diff.sh.in index 3a12034..3455287 100644 --- a/tools/h5diff/testh5diff.sh.in +++ b/tools/h5diff/testh5diff.sh.in @@ -51,11 +51,6 @@ h5haveexitcode=yes # default is yes pmode= # default to run h5diff tests mydomainname=`domainname 2>/dev/null` -# The build (current) directory might be different than the source directory. -if test -z "$srcdir"; then - srcdir=. -fi - # source dirs SRC_TOOLS="$srcdir/.." SRC_TOOLS_TESTFILES="$SRC_TOOLS/testfiles" |