summaryrefslogtreecommitdiffstats
path: root/tests/expected/libmount
diff options
context:
space:
mode:
authorKarel Zak2017-04-28 11:19:59 +0200
committerKarel Zak2017-04-28 11:19:59 +0200
commita8771daefecf8201cdb96e493e61b048d783842c (patch)
tree9ac79386a1a2a94bb6d864cd7553492b30e2b745 /tests/expected/libmount
parentlibmount: add read-only warning (diff)
downloadkernel-qcow2-util-linux-a8771daefecf8201cdb96e493e61b048d783842c.tar.gz
kernel-qcow2-util-linux-a8771daefecf8201cdb96e493e61b048d783842c.tar.xz
kernel-qcow2-util-linux-a8771daefecf8201cdb96e493e61b048d783842c.zip
tests: update libmount outputs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/expected/libmount')
-rw-r--r--tests/expected/libmount/loop-conflict2
-rw-r--r--tests/expected/libmount/loop-o-loop-val-conflict2
-rw-r--r--tests/expected/libmount/loop-o-loop-val-initialized2
-rw-r--r--tests/expected/libmount/loop-overlay6
4 files changed, 6 insertions, 6 deletions
diff --git a/tests/expected/libmount/loop-conflict b/tests/expected/libmount/loop-conflict
index e26f99a4f..1686021f0 100644
--- a/tests/expected/libmount/loop-conflict
+++ b/tests/expected/libmount/loop-conflict
@@ -1,2 +1,2 @@
-: overlapping loop device exists
+mount: <target> overlapping loop device exists for <source>
Success
diff --git a/tests/expected/libmount/loop-o-loop-val-conflict b/tests/expected/libmount/loop-o-loop-val-conflict
index 043847449..0eb732214 100644
--- a/tests/expected/libmount/loop-o-loop-val-conflict
+++ b/tests/expected/libmount/loop-o-loop-val-conflict
@@ -1,2 +1,2 @@
-: failed to setup loop device: Device or resource busy
+mount: <target> failed to setup loop device for <source>
Success
diff --git a/tests/expected/libmount/loop-o-loop-val-initialized b/tests/expected/libmount/loop-o-loop-val-initialized
index e26f99a4f..1686021f0 100644
--- a/tests/expected/libmount/loop-o-loop-val-initialized
+++ b/tests/expected/libmount/loop-o-loop-val-initialized
@@ -1,2 +1,2 @@
-: overlapping loop device exists
+mount: <target> overlapping loop device exists for <source>
Success
diff --git a/tests/expected/libmount/loop-overlay b/tests/expected/libmount/loop-overlay
index ab6c68beb..399024471 100644
--- a/tests/expected/libmount/loop-overlay
+++ b/tests/expected/libmount/loop-overlay
@@ -1,7 +1,7 @@
second should fail
- overlapping loop device exists
+mount: <target> overlapping loop device exists for <source>
should succeed
both should fail
- overlapping loop device exists
- overlapping loop device exists
+mount: <target> overlapping loop device exists for <source>
+mount: <target> overlapping loop device exists for <source>
Success