Cause TestLib.pm to define $windows_os in all branches.
authorTom Lane
Mon, 12 Oct 2015 23:35:38 +0000 (19:35 -0400)
committerTom Lane
Mon, 12 Oct 2015 23:35:38 +0000 (19:35 -0400)
commit06dd4b44fbcef0297acc0fbb1efe311900310272
treefcc984dcfdf91e50f4892e3e19c3eb13784d93af
parent57f54b5e4eb5fedb102d4006857c226b47f21e28
Cause TestLib.pm to define $windows_os in all branches.

Back-port of a part of commit 690ed2b76ab91eb79ea04ee2bfbdc8a2693f2a37 that
I'd depended on without realizing that it was only added recently.  Since
it seems entirely likely that other such tests will need to be back-patched
in future, providing the flag seems like a better answer than just putting
a test in-line.

Per buildfarm.
src/test/perl/TestLib.pm