mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
realpath+tests: remove unused spell-checker:disable
This commit is contained in:
parent
289346a4ba
commit
e4b6687196
1 changed files with 2 additions and 2 deletions
|
@ -353,7 +353,7 @@ fn test_relative() {
|
||||||
new_ucmd!()
|
new_ucmd!()
|
||||||
.args(&["-sm", "--relative-base=/", "--relative-to=/", "/", "/usr"])
|
.args(&["-sm", "--relative-base=/", "--relative-to=/", "/", "/usr"])
|
||||||
.succeeds()
|
.succeeds()
|
||||||
.stdout_is(".\nusr\n"); // spell-checker:disable-line
|
.stdout_is(".\nusr\n");
|
||||||
|
|
||||||
let result = new_ucmd!()
|
let result = new_ucmd!()
|
||||||
.args(&["-sm", "--relative-base=/usr", "/tmp", "/usr"])
|
.args(&["-sm", "--relative-base=/usr", "/tmp", "/usr"])
|
||||||
|
@ -366,7 +366,7 @@ fn test_relative() {
|
||||||
new_ucmd!()
|
new_ucmd!()
|
||||||
.args(&["-sm", "--relative-base=/", "/", "/usr"])
|
.args(&["-sm", "--relative-base=/", "/", "/usr"])
|
||||||
.succeeds()
|
.succeeds()
|
||||||
.stdout_is(".\nusr\n"); // spell-checker:disable-line
|
.stdout_is(".\nusr\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue