dirty fuckin' dangles boys
fuck you shorsey
This commit is contained in:
@@ -35,8 +35,5 @@
|
|||||||
- same incorrect behavior as linux
|
- same incorrect behavior as linux
|
||||||
|
|
||||||
|
|
||||||
* dangling_symlink
|
|
||||||
* path_rename_trailing_slashes
|
|
||||||
* remove_directory_trailing_slashes
|
* remove_directory_trailing_slashes
|
||||||
* symlink_filestat
|
* symlink_filestat
|
||||||
* symlink_loop
|
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
use std::{env, process};
|
use std::{env, process};
|
||||||
use wasi_tests::{assert_errno, open_scratch_directory};
|
use wasi_tests::{assert_errno, open_scratch_directory, TESTCONFIG};
|
||||||
|
|
||||||
unsafe fn test_symlink_loop(dir_fd: wasi::Fd) {
|
unsafe fn test_symlink_loop(dir_fd: wasi::Fd) {
|
||||||
|
if TESTCONFIG.support_dangling_symlinks() {
|
||||||
// Create a self-referencing symlink.
|
// Create a self-referencing symlink.
|
||||||
wasi::path_symlink("symlink", dir_fd, "symlink").expect("creating a symlink");
|
wasi::path_symlink("symlink", dir_fd, "symlink").expect("creating a symlink");
|
||||||
|
|
||||||
@@ -15,6 +16,7 @@ unsafe fn test_symlink_loop(dir_fd: wasi::Fd) {
|
|||||||
|
|
||||||
// Clean up.
|
// Clean up.
|
||||||
wasi::path_unlink_file(dir_fd, "symlink").expect("removing a file");
|
wasi::path_unlink_file(dir_fd, "symlink").expect("removing a file");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user