| ... | @@ -2150,13 +2150,13 @@ test "pathological packages" { | ... | @@ -2150,13 +2150,13 @@ test "pathological packages" { |
| 2150 | // tar | 2150 | // tar |
| 2151 | .{ .files = &.{ "build.zig", "build.zig.zon" } }, | 2151 | .{ .files = &.{ "build.zig", "build.zig.zon" } }, |
| 2152 | .{ .files = &.{ "build.zig", "build.zig.zon", "main" } }, | 2152 | .{ .files = &.{ "build.zig", "build.zig.zon", "main" } }, |
| 2153 | .{ .err_msg = | 2153 | .{ .err_msg = |
| 2154 | \\error: unable to unpack tarball | 2154 | \\error: unable to unpack tarball |
| 2155 | \\ note: unable to create file 'main': PathAlreadyExists | 2155 | \\ note: unable to create file 'main': PathAlreadyExists |
| 2156 | \\ note: unable to create file 'subdir/main': PathAlreadyExists | 2156 | \\ note: unable to create file 'subdir/main': PathAlreadyExists |
| 2157 | \\ | 2157 | \\ |
| 2158 | }, | 2158 | }, |
| 2159 | .{ .err_msg = | 2159 | .{ .err_msg = |
| 2160 | \\error: unable to unpack tarball | 2160 | \\error: unable to unpack tarball |
| 2161 | \\ note: unable to create symlink from 'link' to 'main': AccessDenied | 2161 | \\ note: unable to create symlink from 'link' to 'main': AccessDenied |
| 2162 | \\ note: unable to create symlink from 'subdir/link' to 'main': AccessDenied | 2162 | \\ note: unable to create symlink from 'subdir/link' to 'main': AccessDenied |
| ... | @@ -2165,13 +2165,13 @@ test "pathological packages" { | ... | @@ -2165,13 +2165,13 @@ test "pathological packages" { |
| 2165 | // git | 2165 | // git |
| 2166 | .{ .files = &.{ "build.zig", "build.zig.zon" } }, | 2166 | .{ .files = &.{ "build.zig", "build.zig.zon" } }, |
| 2167 | .{ .files = &.{ "build.zig", "build.zig.zon", "main" } }, | 2167 | .{ .files = &.{ "build.zig", "build.zig.zon", "main" } }, |
| 2168 | .{ .err_msg = | 2168 | .{ .err_msg = |
| 2169 | \\error: unable to unpack packfile | 2169 | \\error: unable to unpack packfile |
| 2170 | \\ note: unable to create file 'main': PathAlreadyExists | 2170 | \\ note: unable to create file 'main': PathAlreadyExists |
| 2171 | \\ note: unable to create file 'subdir/main': PathAlreadyExists | 2171 | \\ note: unable to create file 'subdir/main': PathAlreadyExists |
| 2172 | \\ | 2172 | \\ |
| 2173 | }, | 2173 | }, |
| 2174 | .{ .err_msg = | 2174 | .{ .err_msg = |
| 2175 | \\error: unable to unpack packfile | 2175 | \\error: unable to unpack packfile |
| 2176 | \\ note: unable to create symlink from 'link' to 'main': AccessDenied | 2176 | \\ note: unable to create symlink from 'link' to 'main': AccessDenied |
| 2177 | \\ note: unable to create symlink from 'subdir/link' to 'main': AccessDenied | 2177 | \\ note: unable to create symlink from 'subdir/link' to 'main': AccessDenied |