mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
tr: enable ignored test on unix
This commit is contained in:
@@ -1027,7 +1027,8 @@ fn check_against_gnu_tr_tests_bs_055() {
|
||||
}
|
||||
|
||||
#[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() {
|
||||
// ['bs-at-end', qw('\\' x), {IN=>"\\"}, {OUT=>'x'},
|
||||
// {ERR=>"$prog: warning: an unescaped backslash at end of "
|
||||
|
||||
Reference in New Issue
Block a user