We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8683db + 3cce72d commit ac49ec2Copy full SHA for ac49ec2
tests/testthat/test-read.R
@@ -141,7 +141,7 @@ test_that("guess_driver_can_write", {
141
142
test_that("driver operations", {
143
# These tests are driver specifics to GDAL version and OS.
144
- expect_error(guess_driver_can_write("x.e00"), "cannot write")
+ expect_error(guess_driver_can_write("x.e00"), "AVCE00 driver not available|cannot write")
145
# expect_error(guess_driver_can_write("x.gdb"), "cannot write") -> no longer the case when GDAL >= 3.6.0
146
147
expect_equal(guess_driver_can_write("x.geojson"), c("geojson" = "GeoJSON"))
0 commit comments