1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

install: various improvements in output & tests

This commit is contained in:
Sylvestre Ledru 2020-11-19 22:28:13 +01:00
parent 3024ade071
commit dca1f28085
7 changed files with 41 additions and 34 deletions

View file

@ -110,7 +110,7 @@ fn test_reference() {
.arg("--reference=/etc/passwd")
.arg("/etc")
.fails()
.stderr_is("chgrp: changing group of '/etc': Operation not permitted (os error 1)\nfailed to change group of /etc from root to root");
.stderr_is("chgrp: changing group of '/etc': Operation not permitted (os error 1)\nfailed to change group of '/etc' from root to root");
}
}