diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2009-10-07 05:08:05 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2009-10-07 05:08:05 (GMT) |
commit | 8d8f365711cd9c5bb27a7db31d986dad779506f6 (patch) | |
tree | 7c8e84fa28f8ea1acd54d199e63b83490dcac787 /tools/h5copy/testh5copy.sh | |
parent | 7f1379704fd291c2f1a16c0087690f0b2ce90e4c (diff) | |
download | hdf5-8d8f365711cd9c5bb27a7db31d986dad779506f6.zip hdf5-8d8f365711cd9c5bb27a7db31d986dad779506f6.tar.gz hdf5-8d8f365711cd9c5bb27a7db31d986dad779506f6.tar.bz2 |
[svn-r17606] Code Cleanup:
TFLOPS machine has retired long ago. Removed all code specific for its
support.
Test:
h5committested.
Diffstat (limited to 'tools/h5copy/testh5copy.sh')
-rw-r--r-- | tools/h5copy/testh5copy.sh | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/tools/h5copy/testh5copy.sh b/tools/h5copy/testh5copy.sh index c1d0309..c374e08 100644 --- a/tools/h5copy/testh5copy.sh +++ b/tools/h5copy/testh5copy.sh @@ -167,11 +167,7 @@ TOOLTEST_FAIL() H5DIFFTEST() { VERIFY $@ - if [ "`uname -s`" = "TFLOPS O/S" ]; then - $RUNSERIAL $H5DIFF_BIN -q $@ - else - $RUNSERIAL $H5DIFF_BIN -q "$@" - fi + $RUNSERIAL $H5DIFF_BIN -q "$@" RET=$? if [ $RET != 0 ] ; then echo "*FAILED*" @@ -186,11 +182,7 @@ H5DIFFTEST() H5DIFFTEST_FAIL() { VERIFY $@ - if [ "`uname -s`" = "TFLOPS O/S" ]; then - $RUNSERIAL $H5DIFF_BIN -q $@ - else - $RUNSERIAL $H5DIFF_BIN -q "$@" - fi + $RUNSERIAL $H5DIFF_BIN -q "$@" RET=$? if [ $RET != 1 ] ; then |