aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts/t/011_clusterdb_all.pl
blob: eb2016497e314772f4481b4605440eb489cbc94c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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');