removed error message from ref file

This commit is contained in:
Edward Hartnett 2024-09-04 07:35:34 -06:00
parent 8b7a83b444
commit 023f8b9806
2 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,4 @@
*** Testing for HDF5 extra output
*** Testing create of parallel I/O file...ok.
*** Tests successful!
HDF5-DIAG: Error detected in HDF5 (1.14.3) thread 0:
#000: H5FD.c line 373 in H5FDunregister(): not a file driver
major: Invalid arguments to routine
minor: Inappropriate type

View File

@ -16,4 +16,5 @@ echo
echo "Testing MPI parallel I/O with various other mode flags..."
@MPIEXEC@ -n 1 ./tst_warn > tmp_tst_warn_out.txt 2>&1
cat tmp_tst_warn_out.txt
diff -w tmp_tst_warn_out.txt ref_tmp_tst_warn_out.txt