mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
comment typos
This commit is contained in:
+2
-2
@@ -197,9 +197,9 @@ pub fn test_hard_sym_link() {
|
|||||||
|
|
||||||
let (r, r2) = hard_link_output(dir_s, file_path_s, link_name_s);
|
let (r, r2) = hard_link_output(dir_s, file_path_s, link_name_s);
|
||||||
|
|
||||||
// Because this is a hard link the file and hard link look identicle. Therefore
|
// Because this is a hard link the file and hard link look identical. Therefore
|
||||||
// we cannot guarantee which version will appear first.
|
// we cannot guarantee which version will appear first.
|
||||||
// TODO: Consider adding predictable itteration order (sort file entries by name?)
|
// TODO: Consider adding predictable iteration order (sort file entries by name?)
|
||||||
let result = panic::catch_unwind(|| {
|
let result = panic::catch_unwind(|| {
|
||||||
assert_cli::Assert::main_binary()
|
assert_cli::Assert::main_binary()
|
||||||
.with_args(&[dir_s])
|
.with_args(&[dir_s])
|
||||||
|
|||||||
Reference in New Issue
Block a user