diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 02:23:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 02:23:15 +0000 |
commit | a735309d17eb99e4df3d952c5e5d3e60f8fe5a40 (patch) | |
tree | 1e33fbce443dfaf2f246fe133925c059eb707854 /test/units/testsuite-46.sh | |
parent | Adding upstream version 252.25. (diff) | |
download | systemd-25b9995c826ac42ce6f230da412d6e129f2f045b.tar.xz systemd-25b9995c826ac42ce6f230da412d6e129f2f045b.zip |
Adding upstream version 252.26.upstream/252.26upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/units/testsuite-46.sh')
-rwxr-xr-x | test/units/testsuite-46.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/testsuite-46.sh b/test/units/testsuite-46.sh index ec80b71..e41ca4c 100755 --- a/test/units/testsuite-46.sh +++ b/test/units/testsuite-46.sh @@ -20,7 +20,7 @@ inspect() { userdbctl user "$USERNAME" | tee /tmp/b # diff uses the grep BREs for pattern matching - diff -I '^\s*Disk \(Size\|Free\|Floor\|Ceiling\):' /tmp/{a,b} + diff -I '^\s*Disk \(Size\|Free\|Floor\|Ceiling\|Usage\):' /tmp/{a,b} rm /tmp/{a,b} homectl inspect --json=pretty "$USERNAME" |