Skip to content

Commit e963f64

Browse files
committed
Merge branch 'master' into release_2_6
2 parents 0a52320 + 3071cec commit e963f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def test_pgpro434_4(self):
317317
gdb.set_breakpoint('pg_stop_backup')
318318
gdb.run_until_break()
319319

320-
self.set_auto_conf(node, {'archive_command': "'exit 1'"})
320+
self.set_auto_conf(node, {'archive_command': 'exit 1'})
321321
node.reload()
322322

323323
os.environ["PGAPPNAME"] = "foo"

0 commit comments

Comments
 (0)