mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
test/fs: sanity check for literal "~" directory (#6579)
If the CWD contains a directory with the literal name "~" then the tests will have bogus failures.
This commit is contained in:
@@ -61,9 +61,9 @@ void fs_init(void)
|
||||
}
|
||||
|
||||
|
||||
/// Change to the given directory.
|
||||
/// Changes the current directory to `path`.
|
||||
///
|
||||
/// @return `0` on success, a libuv error code on failure.
|
||||
/// @return 0 on success, or negative error code.
|
||||
int os_chdir(const char *path)
|
||||
FUNC_ATTR_NONNULL_ALL
|
||||
{
|
||||
|
Reference in New Issue
Block a user