Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf66c37b

Browse files
committed
Fix typo
Author: Michael Banck
1 parent9fdb675 commitf66c37b

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
$node->command_ok(
335335
['pg_basebackup','-D',"$tempdir/backupxs",'-X','stream' ],
336336
'pg_basebackup -X stream runs');
337-
ok(grep(/^[0-9A-F]{24}$/, slurp_dir("$tempdir/backupxf/pg_wal")),
337+
ok(grep(/^[0-9A-F]{24}$/, slurp_dir("$tempdir/backupxs/pg_wal")),
338338
'WAL files copied');
339339
$node->command_ok(
340340
['pg_basebackup','-D',"$tempdir/backupxst",'-X','stream','-Ft' ],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp