Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cc2c9fa

Browse files
committed
sepgsql: update TAP test to use fat comma style
Adopt the style introduced by commit ce1b0f9 to this new test file. Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> Discussion: https://www.postgresql.org/message-id/87y0yv2har.fsf@wibble.ilmari.org
1 parent a051e71 commit cc2c9fa

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

contrib/sepgsql/t/001_sepgsql.pl

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,10 @@
211211

212212
my $result = run_log(
213213
[
214-
'postgres', '--single',
215-
'-F', '-c',
216-
'exit_on_error=true', '-D',
217-
$node->data_dir, 'template0'
214+
'postgres', '--single', '-F',
215+
'-c' => 'exit_on_error=true',
216+
'-D' => $node->data_dir,
217+
'template0'
218218
],
219219
'<',
220220
$ENV{share_contrib_dir} . '/sepgsql.sql');
@@ -238,8 +238,11 @@
238238

239239
$node->command_ok(
240240
[
241-
$ENV{PG_REGRESS}, '--bindir=', '--inputdir=.', '--launcher',
242-
'./launcher', @tests
241+
$ENV{PG_REGRESS},
242+
'--bindir' => '',
243+
'--inputdir' => '.',
244+
'--launcher' => './launcher',
245+
@tests
243246
],
244247
'sepgsql tests');
245248

0 commit comments

Comments
 (0)