Fix varying output lengths of inodes in integration test again

This commit is contained in:
Sophie Tauchert 2021-01-14 17:29:54 +01:00 committed by Abin Simon
parent dffc55b87b
commit baa4b0cd1a

View file

@ -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")