nofollow test: permit ACCES as well as LOOP when opening with nofollow

This commit is contained in:
Pat Hickey
2021-01-25 15:14:56 -08:00
parent 144ca2f535
commit 996d49c81f
4 changed files with 19 additions and 10 deletions

View File

@@ -173,6 +173,8 @@ mod wasi_tests {
/// Ignore tests that aren't supported yet.
fn ignore(testsuite: &str, name: &str) -> bool {
if testsuite == "wasi-tests" {
false
/*
match name {
"readlink_no_buffer" => true,
"dangling_symlink" => true,
@@ -181,6 +183,7 @@ mod wasi_tests {
"dangling_fd" => true,
_ => false,
}
*/
} else {
unreachable!()
}