summaryrefslogtreecommitdiffstats
path: root/tests/expected/libmount
diff options
context:
space:
mode:
authorKarel Zak2011-07-21 22:29:26 +0200
committerKarel Zak2011-07-21 22:29:26 +0200
commitb59994b0eb9494cb2c8c440b2c685999c722c74c (patch)
tree0e4f6741ede2e0bba72d0c97a997e56e1a587bef /tests/expected/libmount
parentswapon: use xalloc lib (diff)
downloadkernel-qcow2-util-linux-b59994b0eb9494cb2c8c440b2c685999c722c74c.tar.gz
kernel-qcow2-util-linux-b59994b0eb9494cb2c8c440b2c685999c722c74c.tar.xz
kernel-qcow2-util-linux-b59994b0eb9494cb2c8c440b2c685999c722c74c.zip
tests: add 'none' source to libmount update tests
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/expected/libmount')
-rw-r--r--tests/expected/libmount/update-mtab-mount1
-rw-r--r--tests/expected/libmount/update-mtab-move1
-rw-r--r--tests/expected/libmount/update-mtab-remount1
-rw-r--r--tests/expected/libmount/update-utab-mount1
-rw-r--r--tests/expected/libmount/update-utab-move1
-rw-r--r--tests/expected/libmount/update-utab-remount1
6 files changed, 6 insertions, 0 deletions
diff --git a/tests/expected/libmount/update-mtab-mount b/tests/expected/libmount/update-mtab-mount
index 271d86bc7..6fdf7c168 100644
--- a/tests/expected/libmount/update-mtab-mount
+++ b/tests/expected/libmount/update-mtab-mount
@@ -2,3 +2,4 @@
/dev/sdb1 /mnt/bar ext3 ro,noatime,gg=G,ffff=f 0 0
/dev/sda2 /mnt/bar ext3 rw,noatime 0 0
/dev/sda1 /mnt/gogo ext3 rw,noatime,nosuid 0 0
+none /proc proc rw 0 0
diff --git a/tests/expected/libmount/update-mtab-move b/tests/expected/libmount/update-mtab-move
index c6dffdbeb..6185b6bda 100644
--- a/tests/expected/libmount/update-mtab-move
+++ b/tests/expected/libmount/update-mtab-move
@@ -2,3 +2,4 @@
/dev/sdb1 /mnt/bar ext3 ro,noatime,gg=G,ffff=f 0 0
/dev/sda2 /mnt/newbar ext3 rw,noatime 0 0
/dev/sda1 /mnt/gogo ext3 rw,noatime,nosuid 0 0
+none /proc proc rw 0 0
diff --git a/tests/expected/libmount/update-mtab-remount b/tests/expected/libmount/update-mtab-remount
index ee7fb86fe..c397b2363 100644
--- a/tests/expected/libmount/update-mtab-remount
+++ b/tests/expected/libmount/update-mtab-remount
@@ -2,3 +2,4 @@
/dev/sdb1 /mnt/bar ext3 rw,atime,nosuid 0 0
/dev/sda2 /mnt/newbar ext3 rw,noatime 0 0
/dev/sda1 /mnt/gogo ext3 rw,noatime,nosuid 0 0
+none /proc proc rw 0 0
diff --git a/tests/expected/libmount/update-utab-mount b/tests/expected/libmount/update-utab-mount
index 520324acf..1784e0009 100644
--- a/tests/expected/libmount/update-utab-mount
+++ b/tests/expected/libmount/update-utab-mount
@@ -1,2 +1,3 @@
SRC=/dev/sdb1 TARGET=/mnt/bar ROOT=/ OPTS=user
SRC=/dev/sda2 TARGET=/mnt/xyz ROOT=/ OPTS=loop=/dev/loop0,uhelper=hal
+TARGET=/proc ROOT=/ OPTS=user
diff --git a/tests/expected/libmount/update-utab-move b/tests/expected/libmount/update-utab-move
index 316d129f1..12917cce2 100644
--- a/tests/expected/libmount/update-utab-move
+++ b/tests/expected/libmount/update-utab-move
@@ -1,2 +1,3 @@
SRC=/dev/sdb1 TARGET=/mnt/newbar ROOT=/ OPTS=user
SRC=/dev/sda2 TARGET=/mnt/newxyz ROOT=/ OPTS=loop=/dev/loop0,uhelper=hal
+TARGET=/proc ROOT=/ OPTS=user
diff --git a/tests/expected/libmount/update-utab-remount b/tests/expected/libmount/update-utab-remount
index c5573eaad..737e2a339 100644
--- a/tests/expected/libmount/update-utab-remount
+++ b/tests/expected/libmount/update-utab-remount
@@ -1,2 +1,3 @@
SRC=/dev/sdb1 TARGET=/mnt/newbar ROOT=/ OPTS=user
SRC=/dev/sda2 TARGET=/mnt/newxyz ROOT=/ OPTS=user
+TARGET=/proc ROOT=/ OPTS=user