Add MinGW to cases where libdir should be used for regression tests:

Bruce Momjian <bruce@momjian.us>

Commit: ba71d824d5caec7656ebd7eb12ad17519ad41627
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-05-19T05:20:27Z
Releases: 8.0.0
Add MinGW to cases where libdir should be used for regression tests:

    case $host_platform in
        *-*-cygwin*|*-*-mingw)
            PATH=$libdir:$PATH
            export PATH
            ;;
    esac

Files

PathChange+/−
src/test/regress/pg_regress.sh modified +2 −2