Skip to content

Commit

Permalink
Other test adjustments for mingw
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/gdal/trunk@37028 f0d54148-0727-0410-94bb-9a71ac55c965
  • Loading branch information
rouault committed Dec 28, 2016
1 parent 26c3007 commit e8c8496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/gcore/basic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# or empty names, or files that are not valid datasets...

def matches_non_existing_error_msg(msg):
m1 = "does not exist in the file system,\nand is not recognized as a supported dataset name.\n" in msg
m1 = "does not exist in the file system, and is not recognized as a supported dataset name." in msg
m2 = 'No such file or directory' in msg
return m1 or m2

Expand Down

0 comments on commit e8c8496

Please sign in to comment.