diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/pg_bsd_indent/t/001_pg_bsd_indent.pl | 4 |
1 files changed, 2 insertions, 2 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 9e23ab96161..d23722a0e00 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 @@ -26,8 +26,8 @@ program_version_ok('pg_bsd_indent'); # Any diffs in the generated files will be accumulated here. my $diffs_file = "test.diffs"; -# options used with diff -my @diffopts = ("-upd"); +# options used with diff (see pg_regress.c's pretty_diff_opts) +my @diffopts = ("-U3"); push(@diffopts, "--strip-trailing-cr") if $windows_os; # Copy support files to current dir, so *.pro files don't need to know path. |