diff options
author | Karel Zak | 2019-02-11 10:37:09 +0100 |
---|---|---|
committer | Karel Zak | 2019-02-11 10:37:42 +0100 |
commit | 5c8f6fce2251b6bd92a9c5e8a22a1bda1acd329c (patch) | |
tree | 31f102cf50615c274de5c73669b28a27605244c3 /tests | |
parent | lsblk: use ID_SCSI_SERIAL when available (diff) | |
download | kernel-qcow2-util-linux-5c8f6fce2251b6bd92a9c5e8a22a1bda1acd329c.tar.gz kernel-qcow2-util-linux-5c8f6fce2251b6bd92a9c5e8a22a1bda1acd329c.tar.xz kernel-qcow2-util-linux-5c8f6fce2251b6bd92a9c5e8a22a1bda1acd329c.zip |
tests: (hardlink) update summary output
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/expected/hardlink/options-dryrun | 14 | ||||
-rw-r--r-- | tests/expected/hardlink/options-nargs | 14 |
2 files changed, 12 insertions, 16 deletions
diff --git a/tests/expected/hardlink/options-dryrun b/tests/expected/hardlink/options-dryrun index 4e9d65d75..f6ffc8332 100644 --- a/tests/expected/hardlink/options-dryrun +++ b/tests/expected/hardlink/options-dryrun @@ -1,11 +1,9 @@ - - -Directories 7 -Objects 33 -IFREG 26 -Comparisons 18 -Would link 18 -Would save 147456 +Directories: 7 +Objects: 33 +Regular files: 26 +Comparisons: 18 +Would link: 18 +Would save: 147456 dir-1/sdir-1/file-a-1 1 8192 1540236330 644 dir-1/sdir-1/file-a-2 1 8192 1540236330 644 dir-1/sdir-1/file-a-3 1 8192 1540236423 644 diff --git a/tests/expected/hardlink/options-nargs b/tests/expected/hardlink/options-nargs index 7705bba30..96e0296fb 100644 --- a/tests/expected/hardlink/options-nargs +++ b/tests/expected/hardlink/options-nargs @@ -1,11 +1,9 @@ - - -Directories 1 -Objects 16 -IFREG 15 -Comparisons 9 -Linked 9 -saved 73728 +Directories: 1 +Objects: 16 +Regular files: 15 +Comparisons: 9 +Linked: 9 +Saved: 73728 dir-1/sdir-1/file-a-1 4 8192 1540236330 644 dir-1/sdir-1/file-a-2 4 8192 1540236330 644 dir-1/sdir-1/file-a-3 1 8192 1540236423 644 |