diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:30:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:30:35 +0000 |
commit | 378c18e5f024ac5a8aef4cb40d7c9aa9633d144c (patch) | |
tree | 44dfb6ca500d32cabd450649b322a42e70a30683 /tests/expected/misc/swaplabel | |
parent | Initial commit. (diff) | |
download | util-linux-378c18e5f024ac5a8aef4cb40d7c9aa9633d144c.tar.xz util-linux-378c18e5f024ac5a8aef4cb40d7c9aa9633d144c.zip |
Adding upstream version 2.38.1.upstream/2.38.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tests/expected/misc/swaplabel | 4 | ||||
-rw-r--r-- | tests/expected/misc/swaplabel.err | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/expected/misc/swaplabel b/tests/expected/misc/swaplabel new file mode 100644 index 0000000..22255bf --- /dev/null +++ b/tests/expected/misc/swaplabel @@ -0,0 +1,4 @@ +Setting up swapspace version 1, size = 9 pages (9xPGSZ bytes) +LABEL=1234567890abcde, UUID=12345678-abcd-abcd-abcd-1234567890ab +LABEL: 1234567890abcde +UUID: 12345678-abcd-abcd-abcd-1234567890ab diff --git a/tests/expected/misc/swaplabel.err b/tests/expected/misc/swaplabel.err new file mode 100644 index 0000000..1544511 --- /dev/null +++ b/tests/expected/misc/swaplabel.err @@ -0,0 +1,3 @@ +mkswap: error: swap area needs to be at least 10 pages +mkswap: <swapfile>: insecure permissions <perm>, fix with: chmod 0600 <swapfile> +mkswap: Label was truncated. |