Skip to content

Commit 25522c5

Browse files
committed
Removed Linux specific pathnames.
1 parent a8fa4ef commit 25522c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-ErrorHandling.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ test_that("withFlogging trace", {
116116

117117
test_that("mongoAppender",{
118118
fm <- mongo::fake_mongo()
119-
tmpfile <- tempfile("testlog","/tmp",fileext=".log")
119+
tmpfile <- tempfile("testlog",fileext=".log")
120120
print(tmpfile)
121121
apnd <- mongoAppender(db=fm,app="p4test",engine="Tester",tee=tmpfile)
122122
futile.logger::flog.appender(apnd$logger(),"TEST")

0 commit comments

Comments
 (0)