Merge pull request #6737 from cakebaker/tr_enable_test_on_unix

tr: enable ignored test on unix
This commit is contained in:
Sylvestre Ledru 2024-09-25 16:13:32 +02:00 committed by GitHub
commit f24f8fddf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 "