Skip to content
Snippets Groups Projects
Commit ade3b273 authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

Allow MSYS as well as MINGW in Msys uname

Msys2's uname -s outputs a string beginning MSYS rather than MINGW as is
output by Msys. Allow either in pg_upgrade's test.sh.

Backpatch to all live branches.
parent 2d123b31
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ standard_initdb() {
testhost=`uname -s`
case $testhost in
MINGW*)
MINGW*|MSYS*)
LISTEN_ADDRESSES="localhost"
PGHOST=localhost
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment