mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Cleaning up tests
Signed-off-by: Hanif Bin Ariffin <hanif.ariffin.4326@gmail.com>
This commit is contained in:
parent
279a7cf6b3
commit
b7a0ad15a7
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ fn test_set1_shorter_than_set2() {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_truncate() {
|
fn test_truncate() {
|
||||||
|
// echo -n "abcde" | tr -t "abc" "xy"
|
||||||
new_ucmd!()
|
new_ucmd!()
|
||||||
.args(&["-t", "abc", "xy"])
|
.args(&["-t", "abc", "xy"])
|
||||||
.pipe_in("abcde")
|
.pipe_in("abcde")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue