summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-03-25 14:47:22 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-03-25 14:47:22 (GMT)
commit3c222141fdea094b32db56f53fd041a416e46727 (patch)
treeac1ae5132bc9d9d094118a25f9992227346538da /tools
parent19d9482f2efdc555c9c10a1da5cb7f90ec785e3d (diff)
downloadhdf5-3c222141fdea094b32db56f53fd041a416e46727.zip
hdf5-3c222141fdea094b32db56f53fd041a416e46727.tar.gz
hdf5-3c222141fdea094b32db56f53fd041a416e46727.tar.bz2
[svn-r20332] Correct clear-misc filename
Diffstat (limited to 'tools')
-rw-r--r--tools/h5copy/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/h5copy/CMakeLists.txt b/tools/h5copy/CMakeLists.txt
index 46a928e..7c008a3 100644
--- a/tools/h5copy/CMakeLists.txt
+++ b/tools/h5copy/CMakeLists.txt
@@ -329,9 +329,9 @@ IF (BUILD_TESTING)
NAME H5COPY-clear-misc
COMMAND ${CMAKE_COMMAND}
-E remove
- ./testfiles/${HDF_FILE1}.out.h5
- ./testfiles/${HDF_FILE1}.out.out
- ./testfiles/${HDF_FILE1}.out.out.err
+ ./testfiles/h5copy_misc1.out.h5
+ ./testfiles/h5copy_misc1.out.out
+ ./testfiles/h5copy_misc1.out.out.err
./testfiles/${HDF_FILE1_TMP}.h5
)
IF (NOT "${last_test}" STREQUAL "")