This file is indexed.

/usr/share/postgresql-common/t/002_existing_clusters.t is in postgresql-common 134wheezy4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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