mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
install: rustfmt test
This commit is contained in:
parent
7a91281976
commit
ecddaf577a
1 changed files with 4 additions and 1 deletions
|
@ -370,6 +370,9 @@ fn test_install_copy_file_leading_dot() {
|
|||
at.mkdir(dir2);
|
||||
at.touch(&format!("{}/{}", dir1, file1));
|
||||
|
||||
ucmd.arg(format!("{}/{}", dir1, file1)).arg(dir2).succeeds().no_stderr();
|
||||
ucmd.arg(format!("{}/{}", dir1, file1))
|
||||
.arg(dir2)
|
||||
.succeeds()
|
||||
.no_stderr();
|
||||
assert!(at.file_exists(&format!("{}/{}", dir2, file1)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue