1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-07 06:46:59 -05:00
denoland-deno/cli/tests
Florian Schwalm 0223ff36f1
chore(cli): Fix rename test for XFS (#21215)
Renaming a directory to a path where a non-empty directory already
exists was asserted to always fail with `ENOTEMPTY`
According to glibc manual the function may also fail with `EEXIST` on
"some other systems". One such case is using XFS [^1].

This commit handles the EEXIST case.

[^1]:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/fs/xfs/xfs_inode.c?h=v4.18&id=94710cac0ef4ee177a63b5227664b38c95bbf703#n3082
2023-11-24 03:03:25 +01:00
..
integration ci: fix flaky stdio_streams_are_locked_in_permission_prompt (#21238) 2023-11-24 03:03:25 +01:00
node_compat fix(ext/node): Re-enable alloc max size test (#21059) 2023-11-17 11:28:33 +09:00
testdata feat(unstable): Workspaces support (#20410) 2023-11-17 11:30:53 +09:00
unit chore(cli): Fix rename test for XFS (#21215) 2023-11-24 03:03:25 +01:00
unit_node fix(ext/node): add APIs perf_hook.performance (#21192) 2023-11-17 11:30:03 +09:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00