parent
e2c655bc16
commit
7d881ce709
|
@ -124,6 +124,7 @@ mod test {
|
||||||
use super::copy_to_wsl_clipboard;
|
use super::copy_to_wsl_clipboard;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(target_os = "linux")]
|
||||||
fn copy_to_wsl_test() -> std::result::Result<(), nvim_oxi::Error> {
|
fn copy_to_wsl_test() -> std::result::Result<(), nvim_oxi::Error> {
|
||||||
|
|
||||||
if !wsl::is_wsl() {
|
if !wsl::is_wsl() {
|
||||||
|
@ -138,6 +139,7 @@ mod test {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(target_os = "linux")]
|
||||||
fn check_if_folder_exist() {
|
fn check_if_folder_exist() {
|
||||||
if !wsl::is_wsl() {
|
if !wsl::is_wsl() {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue