diff options
Diffstat (limited to 'src/bin/pg_verifybackup/t/005_bad_manifest.pl')
-rw-r--r-- | src/bin/pg_verifybackup/t/005_bad_manifest.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/pg_verifybackup/t/005_bad_manifest.pl b/src/bin/pg_verifybackup/t/005_bad_manifest.pl index 77fdfbb9d07..2068babac5a 100644 --- a/src/bin/pg_verifybackup/t/005_bad_manifest.pl +++ b/src/bin/pg_verifybackup/t/005_bad_manifest.pl @@ -13,7 +13,8 @@ use Test::More; my $tempdir = PostgreSQL::Test::Utils::tempdir; test_bad_manifest('input string ended unexpectedly', - qr/could not parse backup manifest: parsing failed/, <<EOM); + qr/could not parse backup manifest: The input string ended unexpectedly/, + <<EOM); { EOM |