]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorMagnus Hagander <magnus@hagander.net>
Fri, 6 Apr 2018 20:23:23 +0000 (22:23 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 6 Apr 2018 20:23:35 +0000 (22:23 +0200)
Author: Michael Banck

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

index e2f14654726c2e5ffdb134c480ce718a4ea9bfcc..8e2d1ddb2c745f2587e12412265ff070b1ea6e6a 100644 (file)
@@ -334,7 +334,7 @@ ok(grep(/^[0-9A-F]{24}$/, slurp_dir("$tempdir/backupxf/pg_wal")),
 $node->command_ok(
        [ 'pg_basebackup', '-D', "$tempdir/backupxs", '-X', 'stream' ],
        'pg_basebackup -X stream runs');
-ok(grep(/^[0-9A-F]{24}$/, slurp_dir("$tempdir/backupxf/pg_wal")),
+ok(grep(/^[0-9A-F]{24}$/, slurp_dir("$tempdir/backupxs/pg_wal")),
        'WAL files copied');
 $node->command_ok(
        [ 'pg_basebackup', '-D', "$tempdir/backupxst", '-X', 'stream', '-Ft' ],