diff --git a/tests/by-util/test_tr.rs b/tests/by-util/test_tr.rs index 6d80cb528..74d631a8f 100644 --- a/tests/by-util/test_tr.rs +++ b/tests/by-util/test_tr.rs @@ -191,6 +191,7 @@ fn test_set1_shorter_than_set2() { #[test] fn test_truncate() { + // echo -n "abcde" | tr -t "abc" "xy" new_ucmd!() .args(&["-t", "abc", "xy"]) .pipe_in("abcde")