mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files. I manually fixed a couple of comments that pgindent uglified.
This commit is contained in:
@ -21,8 +21,7 @@ diag("Test::More::VERSION: $Test::More::VERSION");
|
||||
diag("Time::HiRes::VERSION: $Time::HiRes::VERSION");
|
||||
|
||||
# Check that if prove is using msys perl it is for an msys target
|
||||
ok(($ENV{__CONFIG_HOST_OS__} || "") eq 'msys',
|
||||
"Msys perl used for correct target")
|
||||
if $Config{osname} eq 'msys';
|
||||
ok( ($ENV{__CONFIG_HOST_OS__} || "") eq 'msys',
|
||||
"Msys perl used for correct target") if $Config{osname} eq 'msys';
|
||||
ok(1);
|
||||
done_testing();
|
||||
|
Reference in New Issue
Block a user