Skip to content

Commit 5711d91

Browse files
Update test no.
1 parent de20099 commit 5711d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/tests/tests.Rraw

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21194,9 +21194,9 @@ 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(2318.1, fread(cmd="false"), error="External command failed") # external command execution error handling
21197+
test(2320.1, fread(cmd="false"), error="External command failed with exit code") # external command execution error handling
2119821198
if (test_R.utils) {
2119921199
writeBin(c(0x1F, 0x8B, 0xFF, 0xFF), f<-tempfile(fileext=".csv.gz"))
21200-
test(2318.2, fread(f), error="Failed to decompress") # Compressed file decompression error handling
21200+
test(2320.2, fread(f), error="R.utils::decompressFile failed to decompress") # Compressed file decompression error handling
2120121201
unlink(f)
2120221202
}

0 commit comments

Comments
 (0)