Commit 885a8764 authored by Michael Paquier's avatar Michael Paquier

Remove duplicated --no-sync switches in new tests of test_pg_dump

These got introduced in 6568cef2.

Reported-by: Noah Misch
Discussion: https://postgr.es/m/20210404220802.GA728316@rfd.leadboat.com
parent cf002008
......@@ -198,7 +198,7 @@ my %pgdump_runs = (
with_extension => {
dump_cmd => [
'pg_dump', '--no-sync', "--file=$tempdir/with_extension.sql",
'--extension=test_pg_dump', '--no-sync', 'postgres',
'--extension=test_pg_dump', 'postgres',
],
},
......@@ -206,7 +206,7 @@ my %pgdump_runs = (
without_extension => {
dump_cmd => [
'pg_dump', '--no-sync', "--file=$tempdir/without_extension.sql",
'--extension=plpgsql', '--no-sync', 'postgres',
'--extension=plpgsql', 'postgres',
],
},);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment