Skip to content

Commit 885a876

Browse files
committed
Remove duplicated --no-sync switches in new tests of test_pg_dump
These got introduced in 6568cef. Reported-by: Noah Misch Discussion: https://postgr.es/m/[email protected]
1 parent cf00200 commit 885a876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/modules/test_pg_dump/t/001_base.pl

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,15 @@
198198
with_extension => {
199199
dump_cmd => [
200200
'pg_dump', '--no-sync', "--file=$tempdir/with_extension.sql",
201-
'--extension=test_pg_dump', '--no-sync', 'postgres',
201+
'--extension=test_pg_dump', 'postgres',
202202
],
203203
},
204204

205205
# plgsql in the list blocks the dump of extension test_pg_dump
206206
without_extension => {
207207
dump_cmd => [
208208
'pg_dump', '--no-sync', "--file=$tempdir/without_extension.sql",
209-
'--extension=plpgsql', '--no-sync', 'postgres',
209+
'--extension=plpgsql', 'postgres',
210210
],
211211
},);
212212

0 commit comments

Comments
 (0)