aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/t/006_pg_dumpall.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_dump/t/006_pg_dumpall.pl')
-rw-r--r--src/bin/pg_dump/t/006_pg_dumpall.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/t/006_pg_dumpall.pl b/src/bin/pg_dump/t/006_pg_dumpall.pl
index 5acd49f1559..0ea02a3a4a9 100644
--- a/src/bin/pg_dump/t/006_pg_dumpall.pl
+++ b/src/bin/pg_dump/t/006_pg_dumpall.pl
@@ -365,7 +365,7 @@ $node->command_fails_like(
"$tempdir/format_custom",
'--format' => 'custom',
'--file' => "$tempdir/error_test.sql", ],
- qr/\Qpg_restore: error: -C\/--create option should be specified when restoring an archive created by pg_dumpall\E/,
+ qr/\Qpg_restore: error: option -C\/--create must be specified when restoring an archive created by pg_dumpall\E/,
'When -C is not used in pg_restore with dump of pg_dumpall');
# test case 2: When --list option is used with dump of pg_dumpall