mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
test_realpath: get back to contains to pass in MacOs
This commit is contained in:
parent
b3642b64c5
commit
9b2fa39760
1 changed files with 2 additions and 5 deletions
|
@ -220,11 +220,8 @@ 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_contains("/dir2/bar\n")
|
||||
.stdout_contains("/dir2/baz\n")
|
||||
.stderr_is("realpath: dir1/foo2: No such file or directory\n");
|
||||
|
||||
#[cfg(windows)]
|
||||
|
|
Loading…
Reference in a new issue