mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
use semicolons if nothing returned
This commit is contained in:
parent
a2d5f06be4
commit
784f2e2ea1
56 changed files with 125 additions and 127 deletions
|
@ -1551,7 +1551,7 @@ fn test_ls_inode() {
|
|||
assert!(!re_long.is_match(result.stdout_str()));
|
||||
assert!(!result.stdout_str().contains(inode_long));
|
||||
|
||||
assert_eq!(inode_short, inode_long)
|
||||
assert_eq!(inode_short, inode_long);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
@ -1901,7 +1901,7 @@ fn test_ls_version_sort() {
|
|||
assert_eq!(
|
||||
result.stdout_str().split('\n').collect::<Vec<_>>(),
|
||||
expected,
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue