summaryrefslogtreecommitdiffstats
path: root/tools/h5copy
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-10-07 05:08:05 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-10-07 05:08:05 (GMT)
commit8d8f365711cd9c5bb27a7db31d986dad779506f6 (patch)
tree7c8e84fa28f8ea1acd54d199e63b83490dcac787 /tools/h5copy
parent7f1379704fd291c2f1a16c0087690f0b2ce90e4c (diff)
downloadhdf5-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')
-rw-r--r--tools/h5copy/testh5copy.sh12
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