From c6f29407b1ee51bef263e0b9d54208cef2528e8e Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Wed, 25 Sep 2024 15:31:03 +0200 Subject: [PATCH] tr: enable ignored test on unix --- tests/by-util/test_tr.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/by-util/test_tr.rs b/tests/by-util/test_tr.rs index 8a78e3327..28aa5082b 100644 --- a/tests/by-util/test_tr.rs +++ b/tests/by-util/test_tr.rs @@ -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 "