mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
tr: enable ignored test on unix
This commit is contained in:
parent
457f0ad8ef
commit
c6f29407b1
1 changed files with 2 additions and 1 deletions
|
@ -1027,7 +1027,8 @@ fn check_against_gnu_tr_tests_bs_055() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore = "Failing in Windows because it will not separate '\' and 'x' as separate arguments"]
|
// Fails on Windows because it will not separate '\' and 'x' as separate arguments
|
||||||
|
#[cfg(unix)]
|
||||||
fn check_against_gnu_tr_tests_bs_at_end() {
|
fn check_against_gnu_tr_tests_bs_at_end() {
|
||||||
// ['bs-at-end', qw('\\' x), {IN=>"\\"}, {OUT=>'x'},
|
// ['bs-at-end', qw('\\' x), {IN=>"\\"}, {OUT=>'x'},
|
||||||
// {ERR=>"$prog: warning: an unescaped backslash at end of "
|
// {ERR=>"$prog: warning: an unescaped backslash at end of "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue