mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
Merge pull request #6737 from cakebaker/tr_enable_test_on_unix
tr: enable ignored test on unix
This commit is contained in:
commit
f24f8fddf4
1 changed files with 2 additions and 1 deletions
|
@ -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 "
|
||||
|
|
Loading…
Reference in a new issue