mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -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.