summaryrefslogtreecommitdiff
path: root/t/02_disk_space.t
diff options
context:
space:
mode:
Diffstat (limited to 't/02_disk_space.t')
-rw-r--r--t/02_disk_space.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/02_disk_space.t b/t/02_disk_space.t
index 0f1a48ab8..3cae08fb9 100644
--- a/t/02_disk_space.t
+++ b/t/02_disk_space.t
@@ -18,9 +18,9 @@ $dbh = $cp->test_database_handle();
$dbh->{AutoCommit} = 1;
$dbname = $cp->get_dbname;
$host = $cp->get_host();
-my $label = q{POSTGRES_DISK_SPACE};
my $S = q{Action 'disk_space'};
+my $label = q{POSTGRES_DISK_SPACE};
$t = qq{$S identifies self};
$result = $cp->run('-w 999z');
@@ -43,3 +43,5 @@ like ($cp->run('-w 1b'), qr{$label WARNING:}, $t);
$t = qq{$S reports MRTG output};
like ($cp->run('--output=mrtg'), qr{\A\d+\n0\n\n/.*\n}, $t);
+
+exit;