diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-20 23:45:19 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-20 23:45:19 +0100 |
| commit | c4191f3057ef89fb00df31cca23a6093f8f399cb (patch) | |
| tree | 4c2d89c70fd537dda397bf4be7655e65619340d2 /test/unit/gie_self_tests.cpp | |
| parent | 9bb87ea4782b6005848afde29db9751e05ee0e55 (diff) | |
| download | PROJ-c4191f3057ef89fb00df31cca23a6093f8f399cb.tar.gz PROJ-c4191f3057ef89fb00df31cca23a6093f8f399cb.zip | |
Address @hobu 's review comment of https://github.com/OSGeo/PROJ/pull/1839#pullrequestreview-345535380
Diffstat (limited to 'test/unit/gie_self_tests.cpp')
| -rw-r--r-- | test/unit/gie_self_tests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/gie_self_tests.cpp b/test/unit/gie_self_tests.cpp index fc0f0748..bcf31139 100644 --- a/test/unit/gie_self_tests.cpp +++ b/test/unit/gie_self_tests.cpp @@ -348,9 +348,9 @@ TEST(gie, info_functions) { /* proj_info() */ /* this one is difficult to test, since the output changes with the setup */ - putenv(const_cast<char *>("PROJ_IGNORE_USER_WRITABLE_DIRECTORY=")); + putenv(const_cast<char *>("PROJ_SKIP_READ_USER_WRITABLE_DIRECTORY=")); info = proj_info(); - putenv(const_cast<char *>("PROJ_IGNORE_USER_WRITABLE_DIRECTORY=YES")); + putenv(const_cast<char *>("PROJ_SKIP_READ_USER_WRITABLE_DIRECTORY=YES")); if (info.version[0] != '\0') { char tmpstr[64]; |
