Skip to content

Commit 4e0e2ba

Browse files
windows-only warning
1 parent ba93a3c commit 4e0e2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tests/tests.Rraw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21194,7 +21194,7 @@ setDT(get0("dt_get0"))
2119421194
test(2319.2, !is.null(attr(dt_get0, ".internal.selfref")))
2119521195

2119621196
# Improved fread error handling for cmd exe and decompression #5415
21197-
test(2320.1, fread(cmd="false"), error="External command failed with exit code")
21197+
test(2320.1, fread(cmd="false"), error="External command failed with exit code", warning = if (.Platform$OS.type=="windows") "execution failed")
2119821198

2119921199
if (test_R.utils) local({
2120021200
tmp <- tempfile(fileext=".gz")

0 commit comments

Comments
 (0)