Merge pull request #526 from cakebaker/find_fix_typo_in_test

find: fix typo in test (slashs -> slashes)
This commit is contained in:
Sylvestre Ledru
2025-04-05 10:24:14 +02:00
committed by GitHub
+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", "/"])