File: 002_existing_clusters.t

package info (click to toggle)
postgresql-common 200%2Bdeb10u5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,328 kB
  • sloc: perl: 3,196; sh: 1,202; makefile: 87
file content (11 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (6)
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