find: fix typo in test (slashs -> slashes)

This commit is contained in:
Daniel Hofstetter
2025-04-05 10:14:03 +02:00
parent 6c99dc175f
commit 61b396ac31
+1 -1
View File
@@ -1174,7 +1174,7 @@ fn find_ls() {
#[test]
#[cfg(unix)]
fn find_slashs() {
fn find_slashes() {
Command::cargo_bin("find")
.expect("found binary")
.args(["///", "-maxdepth", "0", "-name", "/"])