diff options
Diffstat (limited to 'src/tools/pg_bsd_indent/t')
-rw-r--r-- | src/tools/pg_bsd_indent/t/001_pg_bsd_indent.pl | 3 |
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"); } |