Skip to content

Commit

Permalink
basename+tests: remove unused spell-checker:disable
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWiederhake committed Apr 30, 2024
1 parent 95b36f2 commit db61684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/by-util/test_basename.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fn test_multiple_param() {
new_ucmd!()
.args(&[multiple_param, path, path])
.succeeds()
.stdout_only("baz\nbaz\n"); // spell-checker:disable-line
.stdout_only("baz\nbaz\n");
}
}

Expand All @@ -81,7 +81,7 @@ fn test_suffix_param() {
new_ucmd!()
.args(&[suffix_param, ".exe", path, path])
.succeeds()
.stdout_only("baz\nbaz\n"); // spell-checker:disable-line
.stdout_only("baz\nbaz\n");
}
}

Expand Down

0 comments on commit db61684

Please sign in to comment.