mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
ignore a ln wasm test
This commit is contained in:
committed by
Daniel Hofstetter
parent
8a107b644b
commit
89980ad700
@@ -380,6 +380,10 @@ fn test_symlink_target_dir() {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(target_os = "linux")]
|
#[cfg(target_os = "linux")]
|
||||||
|
#[cfg_attr(
|
||||||
|
wasi_runner,
|
||||||
|
ignore = "WASI: non-utf8 arguments cannot be passed through the spawned test harness"
|
||||||
|
)]
|
||||||
fn test_symlink_target_dir_non_utf8_source_name() {
|
fn test_symlink_target_dir_non_utf8_source_name() {
|
||||||
use std::ffi::OsStr;
|
use std::ffi::OsStr;
|
||||||
use std::fs;
|
use std::fs;
|
||||||
|
|||||||
Reference in New Issue
Block a user