mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
paste: ignore failing test on Windows
This commit is contained in:
parent
c254900db9
commit
736a00a85f
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@ fn test_multi_stdin() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
// TODO: make this test work on Windows
|
||||||
|
#[cfg(not(windows))]
|
||||||
fn test_delimiter_list_ending_with_escaped_backslash() {
|
fn test_delimiter_list_ending_with_escaped_backslash() {
|
||||||
for d in ["-d", "--delimiters"] {
|
for d in ["-d", "--delimiters"] {
|
||||||
let (at, mut ucmd) = at_and_ucmd!();
|
let (at, mut ucmd) = at_and_ucmd!();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue