diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-10-18 21:33:00 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-10-18 21:33:00 (GMT) |
commit | d9e7aad64b590280ac73842c45400210d0755110 (patch) | |
tree | 66bcf49ed587e19bf451672cfee5190c2215fb87 /tools/test | |
parent | 4ab2d9f010e7cf76ae81122a627c10c03e8cd00c (diff) | |
download | hdf5-d9e7aad64b590280ac73842c45400210d0755110.zip hdf5-d9e7aad64b590280ac73842c45400210d0755110.tar.gz hdf5-d9e7aad64b590280ac73842c45400210d0755110.tar.bz2 |
Remove extra command line
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/h5format_convert/testh5fc.sh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/test/h5format_convert/testh5fc.sh.in b/tools/test/h5format_convert/testh5fc.sh.in index 9250df3..585d389 100644 --- a/tools/test/h5format_convert/testh5fc.sh.in +++ b/tools/test/h5format_convert/testh5fc.sh.in @@ -298,7 +298,6 @@ TOOLTEST_MASK_OUT() { nerrors="`expr $nerrors + 1`" test yes = "$verbose" && $DIFF $expect $actual |sed 's/^/ /' fi - COMPARE_OUT $expect_err $actual_err # Clean up output file if test -z "$HDF5_NOCLEANUP"; then |