]> granicus.if.org Git - postgresql/commit
Allow TAP tests to run under Msys
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 3 Aug 2015 00:58:18 +0000 (20:58 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 3 Aug 2015 00:58:18 +0000 (20:58 -0400)
commit690ed2b76ab91eb79ea04ee2bfbdc8a2693f2a37
tree5dce2e0ab1ee2fe542e87df6187182ca8480eeaf
parent13bba02271dce865cd20b6f49224889c73fed4e7
Allow TAP tests to run under Msys

The Msys DTK perl, which is required to run TAP tests under Msys as a
native perl won't recognize the correct virtual paths, has its osname
recorded in the Config module as 'msys' instead of 'MSWin32'. To avoid
having to repeat the test a variable is created that is true iff the
osname is either of these values, and is then used everywhere that
matters.
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/bin/pg_ctl/t/001_start_stop.pl
src/test/perl/TestLib.pm