Skip to content

Commit 4f0bcc7

Browse files
committed
Unbreak pg_basebackup/t/010_pg_basebackup.pl on msys
Once again we ran foul of the rather baroque msys2 path translation rules. The cure as in many cases is to do the translation ourselves. Discussion: https://postgr.es/m/CA+TgmoZU+1yj8TZ8PZrPHxPmr6Wz84V2RfZnsd5HnZugYtqZng@mail.gmail.com
1 parent 3c06ec6 commit 4f0bcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_basebackup/t/010_pg_basebackup.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@
516516
[ @pg_basebackup_defs, '--target', 'blackhole', '-X', 'none' ],
517517
'backup target blackhole');
518518
$node->command_ok(
519-
[ @pg_basebackup_defs, '--target', "server:$tempdir/backuponserver", '-X', 'none' ],
519+
[ @pg_basebackup_defs, '--target', "server:$real_tempdir/backuponserver", '-X', 'none' ],
520520
'backup target server');
521521
ok(-f "$tempdir/backuponserver/base.tar", 'backup tar was created');
522522
rmtree("$tempdir/backuponserver");

0 commit comments

Comments
 (0)