coreutils/tests/common
Jeffrey Finkelstein 2a4c0a867a tests: better arg names in link helper functions
Change the argument names in

* `AtPath::hard_link()`,
* `AtPath::symlink_file()`, and
* `AtPath::symlink_dir()`,

from `src` and `dest` to `original` and `link` to match the arguments of
the corresponding functions from the Rust standard library. For example,
see `std::os::unix::fs::symlink()`.
2021-08-01 19:50:58 -04:00
..
macros.rs test_who: refactor use expected_result from common/util.rs 2021-07-07 17:26:59 +02:00
mod.rs tests: move macros into separate module 2016-05-22 15:10:06 -04:00
util.rs tests: better arg names in link helper functions 2021-08-01 19:50:58 -04:00