aboutsummaryrefslogtreecommitdiff
path: root/test/unit/gie_self_tests.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-01-22 14:09:54 +0100
committerGitHub <noreply@github.com>2020-01-22 14:09:54 +0100
commitb377bf12580cf0fdd81b0c1ef15ef696e59ffb12 (patch)
tree9ea8f0ca5156c41aae7f53113a55b209d1ba3ac4 /test/unit/gie_self_tests.cpp
parenta95431d8666db9953115a3a824db396f8aa82b52 (diff)
parentbc31bda210a35e4c584b31e75dad259caed551fb (diff)
downloadPROJ-rfc4_dev.tar.gz
PROJ-rfc4_dev.zip
Merge pull request #1857 from rouault/rfc4_doc_improvementsrfc4_dev
[RFC4_dev] Doc improvements
Diffstat (limited to 'test/unit/gie_self_tests.cpp')
-rw-r--r--test/unit/gie_self_tests.cpp4
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];