use Test::More tests => 3;
my $tempdir = TestLib::tempdir;
-my $tempdir_short = TestLib::tempdir_short;
command_exit_is([ 'pg_ctl', 'status', '-D', "$tempdir/nonexistent" ],
4, 'pg_ctl status with nonexistent directory');
use Test::More tests => 82;
my $tempdir = TestLib::tempdir;
-my $tempdir_short = TestLib::tempdir_short;
#########################################
# Basic checks
use Test::More;
my $tempdir = TestLib::tempdir;
-my $tempdir_short = TestLib::tempdir_short;
###############################################################
# Definition of the pg_dump runs to make.
use Test::More tests => 3;
my $tempdir = TestLib::tempdir;
-my $tempdir_short = TestLib::tempdir_short;
my $node = PostgresNode->new('main');
my $port = $node->port;
use Test::More;
my $tempdir = TestLib::tempdir;
-my $tempdir_short = TestLib::tempdir_short;
###############################################################
# This structure is based off of the src/bin/pg_dump/t test