Skip to content

Commit e2772ff

Browse files
committed
Add Windows-specific test snapshots
1 parent 1889b1b commit e2772ff

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# parse_description
2+
3+
Code
4+
parse_description(tempfile())
5+
Condition
6+
Error in `parse_description()`:
7+
! Cannot open file `<tempdir>/<tempfile>` (system error 2, The system cannot find the file specified.
8+
) @lib.c:111 (pkgcache__read_file_raw) @lib.c:300 (pkgcache_parse_description)
9+
10+
# parse_packages, errors
11+
12+
Code
13+
parse_packages(tempfile(), type = "uncompressed")
14+
Condition
15+
Error in `parse_packages()`:
16+
! Cannot open file `<tempdir>/<tempfile>` (system error 2, The system cannot find the file specified.
17+
) @lib.c:111 (pkgcache__read_file_raw)
18+

0 commit comments

Comments
 (0)