mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-13 13:42:34 +00:00
Fix varying output lengths of inodes in integration test again
This commit is contained in:
parent
dffc55b87b
commit
baa4b0cd1a
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ fn test_list_block_inode_populated_directory_with_long() {
|
|||
#[cfg(windows)]
|
||||
let matched = "- one\n\\- two\n$";
|
||||
#[cfg(unix)]
|
||||
let matched = "\\d+ one\n\\d+ two\n$";
|
||||
let matched = "\\d+ +one\n\\d+ +two\n$";
|
||||
|
||||
cmd()
|
||||
.arg("--long")
|
||||
|
|
Loading…
Reference in a new issue