blob: 93cc7821e9f066008cabbf2c09ad025119e622e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Check that no clusters and postgres processes are present for this test.
use strict;
use Test::More tests => 8;
use lib 't';
use TestLib;
check_clean;
# vim: filetype=perl
|