Skip to content

Commit

Permalink
test_gdal_ls_py.py: do not depend on GRASS test dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 5, 2022
1 parent 96d70c5 commit 1605653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/pyscripts/test_gdal_ls_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_gdal_ls_py_2():
def test_gdal_ls_py_3():
ret_str = run_gdal_ls(['', '-R', test_py_scripts.get_data_path('ogr')])

assert ret_str.find('PROJ_UNITS') != -1
assert 'topojson1.topojson' in ret_str


###############################################################################
Expand Down

0 comments on commit 1605653

Please sign in to comment.