From 32c88b4b96f4aca17a726455f4d37696f3228867 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 9 Aug 2024 14:58:12 +0200 Subject: [PATCH] basename,realpath: update spell-checker:ignore --- tests/by-util/test_basename.rs | 2 +- tests/by-util/test_realpath.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/by-util/test_basename.rs b/tests/by-util/test_basename.rs index 23e4a2eb4..3292c101a 100644 --- a/tests/by-util/test_basename.rs +++ b/tests/by-util/test_basename.rs @@ -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"))] diff --git a/tests/by-util/test_realpath.rs b/tests/by-util/test_realpath.rs index 02ee76c6f..0548d0936 100644 --- a/tests/by-util/test_realpath.rs +++ b/tests/by-util/test_realpath.rs @@ -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)]