diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-10-09 18:54:39 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-10-09 19:58:02 +0200 |
| commit | 42c453973f13574cde679092ff2a5986b74d667f (patch) | |
| tree | ba307fac61db35967d95c6b72850e99cd5f51487 /test | |
| parent | ca15e42b699a04a7391eefa2f7542aec97d2e9ec (diff) | |
| download | PROJ-42c453973f13574cde679092ff2a5986b74d667f.tar.gz PROJ-42c453973f13574cde679092ff2a5986b74d667f.zip | |
test/cli/testproj: fix wrong variable name
Diffstat (limited to 'test')
| -rwxr-xr-x | test/cli/testproj | 2 |
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 |
