mirror of
https://github.com/uutils/findutils.git
synced 2026-06-10 15:48:30 -07:00
Merge pull request #526 from cakebaker/find_fix_typo_in_test
find: fix typo in test (slashs -> slashes)
This commit is contained in:
@@ -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", "/"])
|
||||
|
||||
Reference in New Issue
Block a user