mirror of
https://github.com/postgres/postgres.git
synced 2025-10-29 00:05:29 -04:00
Recode test for equality of source and build directory using 'test -ef', because even using pwd you might not get equal strings. Thanks, QNX.