diff options
Diffstat (limited to 'contrib/basebackup_to_shell/t/001_basic.pl')
-rw-r--r-- | contrib/basebackup_to_shell/t/001_basic.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/basebackup_to_shell/t/001_basic.pl b/contrib/basebackup_to_shell/t/001_basic.pl index 6ffc89433a9..3ee4603bd3a 100644 --- a/contrib/basebackup_to_shell/t/001_basic.pl +++ b/contrib/basebackup_to_shell/t/001_basic.pl @@ -131,8 +131,10 @@ sub verify_backup # Untar. my $extract_path = PostgreSQL::Test::Utils::tempdir; - system_or_bail($tar, 'xf', $backup_dir . '/' . $prefix . 'base.tar', - '-C', $extract_path); + system_or_bail( + $tar, + 'xf' => $backup_dir . '/' . $prefix . 'base.tar', + '-C' => $extract_path); # Verify. $node->command_ok( |