1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Unset locale variables before running regression tests. (All of them!)

Don't do config.status substitutions into the regression test makefile.
This commit is contained in:
Peter Eisentraut
2000-07-23 13:01:11 +00:00
parent 8d77c1a8aa
commit c39c198bc3
7 changed files with 17 additions and 15 deletions

View File

@ -1282,7 +1282,6 @@ AC_OUTPUT(
src/GNUmakefile
src/Makefile.global
src/backend/port/Makefile
src/test/regress/GNUmakefile
],
[echo timestamp > src/include/stamp-h]
)