... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
library(rhdf5filters) |
2 | 2 |
|
3 |
-expect_true( nchar(Sys.getenv("HDF5_PLUGIN_PATH")) > 0 ) |
|
3 |
+expect_true( nchar(Sys.getenv("HDF5_PLUGIN_PATH")) == 0 ) |
|
4 | 4 |
|
5 | 5 |
expect_inherits(tmp <- hdf5_plugin_path(), "character") |
6 | 6 |
expect_true( grepl(pattern = "rhdf5filters/lib", x = tmp) ) |