aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts/t/011_clusterdb_all.pl
blob: 304c4befa5519eeab5bb8bd1ea0976e162a4c7eb (plain)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;
use TestLib;
use Test::More tests => 1;

my $tempdir = tempdir;
start_test_server $tempdir;

issues_sql_like(['clusterdb', '-a'], qr/statement: CLUSTER.*statement: CLUSTER/s, 'cluster all databases');