From 6fc25cc00fb98647ab2ab75e6ce55fe1cbcdd4bb Mon Sep 17 00:00:00 2001 From: sxyazi Date: Fri, 7 Feb 2025 01:59:34 +0800 Subject: [PATCH] .. --- yazi-shared/src/shell/unix.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/yazi-shared/src/shell/unix.rs b/yazi-shared/src/shell/unix.rs index 95a9e2a8..56dfeb71 100644 --- a/yazi-shared/src/shell/unix.rs +++ b/yazi-shared/src/shell/unix.rs @@ -227,10 +227,4 @@ mod tests { from_bytes(&[0x66, 0x6f, 0x80, 0x6f], &[b'\'', 0x66, 0x6f, 0x80, 0x6f, b'\'']); } - - #[test] - fn test_split() { - let x = split("plugin --sync fzf -- 'echo {}' --preview").unwrap(); - println!("{x:?}"); - } }