mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 00:01:20 -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.