diff options
Diffstat (limited to '')
-rw-r--r-- | tests/expected/libmount/loop-o-loop-val | 1 | ||||
-rw-r--r-- | tests/expected/libmount/loop-o-loop-val-conflict | 2 | ||||
-rw-r--r-- | tests/expected/libmount/loop-o-loop-val-initialized | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/tests/expected/libmount/loop-o-loop-val b/tests/expected/libmount/loop-o-loop-val new file mode 100644 index 0000000..3582111 --- /dev/null +++ b/tests/expected/libmount/loop-o-loop-val @@ -0,0 +1 @@ +Success diff --git a/tests/expected/libmount/loop-o-loop-val-conflict b/tests/expected/libmount/loop-o-loop-val-conflict new file mode 100644 index 0000000..0eb7322 --- /dev/null +++ b/tests/expected/libmount/loop-o-loop-val-conflict @@ -0,0 +1,2 @@ +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 new file mode 100644 index 0000000..1686021 --- /dev/null +++ b/tests/expected/libmount/loop-o-loop-val-initialized @@ -0,0 +1,2 @@ +mount: <target> overlapping loop device exists for <source> +Success |