File: 002_existing_clusters.t

package info (click to toggle)
postgresql-common 165
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 1,060 kB
  • sloc: perl: 2,815; sh: 1,083; makefile: 62
file content (11 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
# Check that no clusters and postmasters are present for this test.

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

use lib 't';
use TestLib;

check_clean;

# vim: filetype=perl