Skip to content

Commit

Permalink
basename,realpath: update spell-checker:ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Aug 9, 2024
1 parent 7fcdf69 commit 32c88b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_basename.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
// spell-checker:ignore (words) reallylongexecutable
// spell-checker:ignore (words) reallylongexecutable nbaz

use crate::common::util::TestScenario;
#[cfg(any(unix, target_os = "redox"))]
Expand Down
1 change: 1 addition & 0 deletions tests/by-util/test_realpath.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
// spell-checker:ignore nusr
use crate::common::util::{get_root_path, TestScenario};

#[cfg(windows)]
Expand Down

0 comments on commit 32c88b4

Please sign in to comment.