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

my $tempdir = tempdir;
start_test_server $tempdir;

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