aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-10-09 18:54:39 +0200
committerEven Rouault <even.rouault@spatialys.com>2021-10-09 19:58:02 +0200
commit42c453973f13574cde679092ff2a5986b74d667f (patch)
treeba307fac61db35967d95c6b72850e99cd5f51487 /test
parentca15e42b699a04a7391eefa2f7542aec97d2e9ec (diff)
downloadPROJ-42c453973f13574cde679092ff2a5986b74d667f.tar.gz
PROJ-42c453973f13574cde679092ff2a5986b74d667f.zip
test/cli/testproj: fix wrong variable name
Diffstat (limited to 'test')
-rwxr-xr-xtest/cli/testproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cli/testproj b/test/cli/testproj
index 8686224e..d03932fb 100755
--- a/test/cli/testproj
+++ b/test/cli/testproj
@@ -12,7 +12,7 @@ usage()
}
if test -z "${EXE}"; then
- EXE=../../src/cs2cs
+ EXE=../../src/proj
fi
if test ! -x ${EXE}; then