From 5655523468a52586ae7c47da17f34fa23521a33e Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 27 Apr 2021 07:44:14 -0400 Subject: [PATCH] correct expected error message --- unittest/formats/test_file_operations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/formats/test_file_operations.cpp b/unittest/formats/test_file_operations.cpp index b7f4296475..4a85d1f65c 100644 --- a/unittest/formats/test_file_operations.cpp +++ b/unittest/formats/test_file_operations.cpp @@ -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.*",