summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-08-26 14:37:27 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-08-26 14:37:27 (GMT)
commit9ab20786abb41c2f2e718da395919cee85664ea9 (patch)
tree547c6b684a2fea9830ef5248f00bf931df4da3fe /tools
parentd51d3eccba47dfd062af5d267146f281a7a634db (diff)
downloadhdf5-9ab20786abb41c2f2e718da395919cee85664ea9.zip
hdf5-9ab20786abb41c2f2e718da395919cee85664ea9.tar.gz
hdf5-9ab20786abb41c2f2e718da395919cee85664ea9.tar.bz2
[svn-r19308] Correct test for H5_LONE_COLON - added NOT
Bring r19307 from trunk Tested: windows
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt
index 08e0f3b..6958285 100644
--- a/tools/h5dump/CMakeLists.txt
+++ b/tools/h5dump/CMakeLists.txt
@@ -949,7 +949,7 @@ IF (BUILD_TESTING)
# The lone colon here confuses some systems (Cray X1). Skip
# it if configure detects that this is a problem.
SET (TESTTYPE "TEST")
- IF ("H5_LONE_COLON")
+ IF (NOT "H5_LONE_COLON")
SET (TESTTYPE "SKIP")
ENDIF ("H5_LONE_COLON")
ADD_XML_SKIP_H5_TEST (tempty-nons.h5 0 ${TESTTYPE} -X : tempty.h5)