File: 002_existing_clusters.t

package info (click to toggle)
postgresql-common 94lenny1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 624 kB
  • ctags: 97
  • sloc: perl: 2,268; sh: 220; makefile: 14
file content (12 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# Check that no clusters, postmasters, and pg_autovacuum daemons are present
# for this test.

use strict;
use Test::More tests => 10;

use lib 't';
use TestLib;

check_clean;

# vim: filetype=perl