We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ca927 commit 2b54672Copy full SHA for 2b54672
tests/testthat/test-process.r
@@ -44,7 +44,7 @@ test_that('process', {
44
# Verify correct message to monitor
45
expect_identical(mq$count(), 1L)
46
msg <- mq$receive(timeout_ms = 0)
47
- expect_identical(msg, paste(ppid, dir_sem(p_dir), tempdir()))
+ expect_identical(msg, paste(ppid, dir_sem(p_dir), dir_create(tempdir())))
48
49
50
0 commit comments