Adds the -W flag to the pwd call under Win32. This allows directories,

Bruce Momjian <bruce@momjian.us>

Commit: 119e968305083a4bc0943a74745fd38240979f70
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-03-03T04:22:47Z
Releases: 8.0.0
Adds the -W flag to the pwd call under Win32. This allows directories,
which are munged by sed, such as:
/e/cygwin/opt/diff9c/pgsql/src/test/regress/data/agg.data to be
correctly passed as:
e:/cygwin/opt/diff9c/pgsql/src/test/regress/data/agg.data

FWIW, "fixes" a large (> 20) tests under Win32.

Claudio Natoli

Files

PathChange+/−
src/test/regress/GNUmakefile modified +7 −1