correct expected error message

This commit is contained in:
Axel Kohlmeyer 2021-04-27 07:44:14 -04:00
parent 3455172f7d
commit 5655523468
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ TEST_F(FileOperationsTest, write_restart)
if (info->has_package("MPIIO")) ASSERT_FILE_EXISTS("test.restart.mpiio");
if (!info->has_package("MPIIO")) {
TEST_FAILURE(".*ERROR: Illegal write_restart command.*",
TEST_FAILURE(".*ERROR: Writing to MPI-IO filename when MPIIO package is not inst.*",
command("write_restart test.restart.mpiio"););
} else {
TEST_FAILURE(".*ERROR: Restart file MPI-IO output not allowed with % in filename.*",