diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testfiles/tcomp-1.ddl | 2 | ||||
-rw-r--r-- | tools/testfiles/tcomp-3.ddl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/tcomp-1.ddl b/tools/testfiles/tcomp-1.ddl index 6ad9ae5..21fe28d 100644 --- a/tools/testfiles/tcomp-1.ddl +++ b/tools/testfiles/tcomp-1.ddl @@ -1,7 +1,7 @@ ############################# Expected output for 'h5dump tcompound.h5' ############################# -HDF5 "..\..\testfiles\tcompound.h5" { +HDF5 "tcompound.h5" { GROUP "/" { DATATYPE "#5992:0" { H5T_STD_I32BE "int"; diff --git a/tools/testfiles/tcomp-3.ddl b/tools/testfiles/tcomp-3.ddl index 1b24e27..9708adf 100644 --- a/tools/testfiles/tcomp-3.ddl +++ b/tools/testfiles/tcomp-3.ddl @@ -1,7 +1,7 @@ ############################# Expected output for 'h5dump -t /#5992:0 -g /group2 tcompound.h5' ############################# -HDF5 "..\..\testfiles\tcompound.h5" { +HDF5 "tcompound.h5" { DATATYPE "/#5992:0" { H5T_STD_I32BE "int"; H5T_IEEE_F32BE "float"; |