mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
test_realpath: reformatted using rustfmt
This commit is contained in:
parent
1ecc789dea
commit
b3642b64c5
2 changed files with 13 additions and 6 deletions
|
@ -220,10 +220,11 @@ fn test_realpath_when_symlink_is_absolute_and_enoent() {
|
|||
.arg("dir1/foo2")
|
||||
.arg("dir1/foo3")
|
||||
.run()
|
||||
.stdout_is(format!("{}\n{}\n",
|
||||
at.plus_as_string("dir2/bar"),
|
||||
at.plus_as_string("dir2/baz"))
|
||||
)
|
||||
.stdout_is(format!(
|
||||
"{}\n{}\n",
|
||||
at.plus_as_string("dir2/bar"),
|
||||
at.plus_as_string("dir2/baz")
|
||||
))
|
||||
.stderr_is("realpath: dir1/foo2: No such file or directory\n");
|
||||
|
||||
#[cfg(windows)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue