aboutsummaryrefslogtreecommitdiff
path: root/test/cli/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/cli/Makefile.am')
-rw-r--r--test/cli/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cli/Makefile.am b/test/cli/Makefile.am
index 55667ee8..50654968 100644
--- a/test/cli/Makefile.am
+++ b/test/cli/Makefile.am
@@ -36,7 +36,7 @@ testvarious-check:
PROJ_LIB=$(DATAPATH) $(TESTVARIOUS) $(CS2CSEXE)
testdatumfile-check:
- @if [ -f $(DATAPATH)/conus -a -f $(DATAPATH)/ntv1_can.dat -a -f $(DATAPATH)/MD -a -f $(DATAPATH)/ntf_r93.dat ]; then \
+ @if [ -f $(DATAPATH)/conus -a -f $(DATAPATH)/ntv1_can.dat -a -f $(DATAPATH)/MD -a -f $(DATAPATH)/ntf_r93.gsb ]; then \
PROJ_LIB=$(DATAPATH) $(TESTDATUMFILE) $(CS2CSEXE) ; \
fi