mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
realpath+tests: remove unused spell-checker:disable
This commit is contained in:
@@ -353,7 +353,7 @@ fn test_relative() {
|
||||
new_ucmd!()
|
||||
.args(&["-sm", "--relative-base=/", "--relative-to=/", "/", "/usr"])
|
||||
.succeeds()
|
||||
.stdout_is(".\nusr\n"); // spell-checker:disable-line
|
||||
.stdout_is(".\nusr\n");
|
||||
|
||||
let result = new_ucmd!()
|
||||
.args(&["-sm", "--relative-base=/usr", "/tmp", "/usr"])
|
||||
@@ -366,7 +366,7 @@ fn test_relative() {
|
||||
new_ucmd!()
|
||||
.args(&["-sm", "--relative-base=/", "/", "/usr"])
|
||||
.succeeds()
|
||||
.stdout_is(".\nusr\n"); // spell-checker:disable-line
|
||||
.stdout_is(".\nusr\n");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user