summaryrefslogtreecommitdiff
path: root/test/storage/directory_reading.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/storage/directory_reading.cpp')
-rw-r--r--test/storage/directory_reading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/storage/directory_reading.cpp b/test/storage/directory_reading.cpp
index 71ec761361..72aabe2eb3 100644
--- a/test/storage/directory_reading.cpp
+++ b/test/storage/directory_reading.cpp
@@ -29,7 +29,7 @@ TEST_F(Storage, AssetReadDirectory) {
#ifdef MBGL_ASSET_ZIP
EXPECT_EQ("No such file", res.error->message);
#elif MBGL_ASSET_FS
- EXPECT_EQ("illegal operation on a directory", res.error->message);
+ EXPECT_EQ("Is a directory", res.error->message);
#endif
loop.stop();