diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-12-03 15:35:59 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-12-03 15:35:59 (GMT) |
commit | e3e24a298967e40adc79a4ed37c8d9f5695bfbba (patch) | |
tree | 7452a024275bb140f32d50b0133b15d2cb1f2916 /tools/test/h5copy/testfiles | |
parent | 86c4e7ac0f3d9849e6963fb3534ad33de82a7b04 (diff) | |
download | hdf5-e3e24a298967e40adc79a4ed37c8d9f5695bfbba.zip hdf5-e3e24a298967e40adc79a4ed37c8d9f5695bfbba.tar.gz hdf5-e3e24a298967e40adc79a4ed37c8d9f5695bfbba.tar.bz2 |
HDFFV-10632 - split stderr and stdout in cmake
Diffstat (limited to 'tools/test/h5copy/testfiles')
-rw-r--r-- | tools/test/h5copy/testfiles/h5copy_misc1.err | 1 | ||||
-rw-r--r-- | tools/test/h5copy/testfiles/h5copy_misc1.out | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5copy/testfiles/h5copy_misc1.err b/tools/test/h5copy/testfiles/h5copy_misc1.err new file mode 100644 index 0000000..2c2c867 --- /dev/null +++ b/tools/test/h5copy/testfiles/h5copy_misc1.err @@ -0,0 +1 @@ +h5copy error: group </g1> doesn't exist. Use -p to create parent groups. diff --git a/tools/test/h5copy/testfiles/h5copy_misc1.out b/tools/test/h5copy/testfiles/h5copy_misc1.out index 1624f2b..1c7181b 100644 --- a/tools/test/h5copy/testfiles/h5copy_misc1.out +++ b/tools/test/h5copy/testfiles/h5copy_misc1.out @@ -1,3 +1,2 @@ Copying file <./testfiles/h5copytst.h5> and object </simple> to file <./testfiles/h5copy_misc1.out.h5> and object </g1/g2/simple> Error in copy...Exiting -h5copy error: group </g1> doesn't exist. Use -p to create parent groups. |