mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
tests ~ fix spelling errors
This commit is contained in:
parent
c74bc2eedd
commit
f5edc500e0
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ fn test_directory_and_no_such_file() {
|
||||||
fn test_equal_as_delimiter() {
|
fn test_equal_as_delimiter() {
|
||||||
new_ucmd!()
|
new_ucmd!()
|
||||||
.args(&["-f", "2", "-d="])
|
.args(&["-f", "2", "-d="])
|
||||||
.pipe_in("--libdir=./out/lib")
|
.pipe_in("--dir=./out/lib")
|
||||||
.succeeds()
|
.succeeds()
|
||||||
.stdout_only("./out/lib\n");
|
.stdout_only("./out/lib\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue