diff --git a/tests/testthat/test-location-path.R b/tests/testthat/test-location-path.R index 107e51c4..090ce8e8 100644 --- a/tests/testthat/test-location-path.R +++ b/tests/testthat/test-location-path.R @@ -396,6 +396,7 @@ test_that("allow weird absolute paths in path locations", { test_that("provide hint when wrong relative path given", { tmp <- withr::local_tempdir() + tmp <- normalizePath(tmp) nms <- letters[1:3] root <- suppressMessages( set_names(lapply(nms, function(x) orderly_init(file.path(tmp, x))), nms))