summaryrefslogtreecommitdiff
path: root/src/tools/pg_bsd_indent/t
diff options
context:
space:
mode:
authorMichael Paquier2025-01-22 01:13:59 +0000
committerMichael Paquier2025-01-22 01:15:32 +0000
commitbe31ac25191b26a8a1db345a727545959654f4cb (patch)
tree49f8dbb89003bae9aa79fa3332b8511bf62d7dad /src/tools/pg_bsd_indent/t
parent4907ba304c346051a6535e67c043779755a78e84 (diff)
Run perltidy
A follow-up patch will adjust the TAP tests to follow a more-structured format for option lists in commands, that perltidy is able to cope better with. Putting the tree first in a clean state makes the next change a bit easier. v20230309 has been used. Author: Dagfinn Ilmari MannsÃ¥ker Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/tools/pg_bsd_indent/t')
-rw-r--r--src/tools/pg_bsd_indent/t/001_pg_bsd_indent.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/pg_bsd_indent/t/001_pg_bsd_indent.pl b/src/tools/pg_bsd_indent/t/001_pg_bsd_indent.pl
index cbb5769d004..c329d7b06d4 100644
--- a/src/tools/pg_bsd_indent/t/001_pg_bsd_indent.pl
+++ b/src/tools/pg_bsd_indent/t/001_pg_bsd_indent.pl
@@ -49,7 +49,8 @@ while (my $test_src = glob("$src_dir/tests/*.0"))
],
"pg_bsd_indent succeeds on $test");
# check result matches, adding any diff to $diffs_file
- my $result = run_log([ 'diff', @diffopts, "$test_src.stdout", "$test.out" ],
+ my $result =
+ run_log([ 'diff', @diffopts, "$test_src.stdout", "$test.out" ],
'>>', $diffs_file);
ok($result, "pg_bsd_indent output matches for $test");
}