diff options
author | Karel Zak <kzak@redhat.com> | 2010-10-19 11:44:30 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2011-01-03 12:28:45 +0100 |
commit | f27feed36e589191622c444f7c19a2e4d6cbe51a (patch) | |
tree | 04185fb256adea13c65a4be3324f0f3fe8ae01d6 /tests/expected | |
parent | 9208fc2292cd066582167fed842925df50fed675 (diff) | |
download | util-linux-old-f27feed36e589191622c444f7c19a2e4d6cbe51a.tar.gz |
tests: add libmount utils.c tests
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/expected')
-rw-r--r-- | tests/expected/libmount/utils-ends-with | 1 | ||||
-rw-r--r-- | tests/expected/libmount/utils-fs-root | 1 | ||||
-rw-r--r-- | tests/expected/libmount/utils-fs-root-subdir | 1 | ||||
-rw-r--r-- | tests/expected/libmount/utils-fs-root-subdir2 | 1 | ||||
-rw-r--r-- | tests/expected/libmount/utils-match-fstype | 1 | ||||
-rw-r--r-- | tests/expected/libmount/utils-match-fstype-neg | 1 | ||||
-rw-r--r-- | tests/expected/libmount/utils-match-fstype-neg2 | 1 | ||||
-rw-r--r-- | tests/expected/libmount/utils-match-options | 1 | ||||
-rw-r--r-- | tests/expected/libmount/utils-match-options-list | 1 | ||||
-rw-r--r-- | tests/expected/libmount/utils-match-options-neg | 1 | ||||
-rw-r--r-- | tests/expected/libmount/utils-match-options-neg-list | 1 | ||||
-rw-r--r-- | tests/expected/libmount/utils-match-options-neg-list2 | 1 | ||||
-rw-r--r-- | tests/expected/libmount/utils-mountpoint | 1 | ||||
-rw-r--r-- | tests/expected/libmount/utils-mountpoint-root | 1 | ||||
-rw-r--r-- | tests/expected/libmount/utils-mountpoint-subdir | 1 | ||||
-rw-r--r-- | tests/expected/libmount/utils-starts-with | 1 |
16 files changed, 16 insertions, 0 deletions
diff --git a/tests/expected/libmount/utils-ends-with b/tests/expected/libmount/utils-ends-with new file mode 100644 index 00000000..f033a501 --- /dev/null +++ b/tests/expected/libmount/utils-ends-with @@ -0,0 +1 @@ +YES diff --git a/tests/expected/libmount/utils-fs-root b/tests/expected/libmount/utils-fs-root new file mode 100644 index 00000000..7746b285 --- /dev/null +++ b/tests/expected/libmount/utils-fs-root @@ -0,0 +1 @@ +/proc: / diff --git a/tests/expected/libmount/utils-fs-root-subdir b/tests/expected/libmount/utils-fs-root-subdir new file mode 100644 index 00000000..09cdb8d4 --- /dev/null +++ b/tests/expected/libmount/utils-fs-root-subdir @@ -0,0 +1 @@ +/proc/sys/kernel: /sys/kernel diff --git a/tests/expected/libmount/utils-fs-root-subdir2 b/tests/expected/libmount/utils-fs-root-subdir2 new file mode 100644 index 00000000..2e8b89a2 --- /dev/null +++ b/tests/expected/libmount/utils-fs-root-subdir2 @@ -0,0 +1 @@ +/etc: /etc diff --git a/tests/expected/libmount/utils-match-fstype b/tests/expected/libmount/utils-match-fstype new file mode 100644 index 00000000..4736e080 --- /dev/null +++ b/tests/expected/libmount/utils-match-fstype @@ -0,0 +1 @@ +MATCH diff --git a/tests/expected/libmount/utils-match-fstype-neg b/tests/expected/libmount/utils-match-fstype-neg new file mode 100644 index 00000000..82622399 --- /dev/null +++ b/tests/expected/libmount/utils-match-fstype-neg @@ -0,0 +1 @@ +NOT-MATCH diff --git a/tests/expected/libmount/utils-match-fstype-neg2 b/tests/expected/libmount/utils-match-fstype-neg2 new file mode 100644 index 00000000..82622399 --- /dev/null +++ b/tests/expected/libmount/utils-match-fstype-neg2 @@ -0,0 +1 @@ +NOT-MATCH diff --git a/tests/expected/libmount/utils-match-options b/tests/expected/libmount/utils-match-options new file mode 100644 index 00000000..4736e080 --- /dev/null +++ b/tests/expected/libmount/utils-match-options @@ -0,0 +1 @@ +MATCH diff --git a/tests/expected/libmount/utils-match-options-list b/tests/expected/libmount/utils-match-options-list new file mode 100644 index 00000000..4736e080 --- /dev/null +++ b/tests/expected/libmount/utils-match-options-list @@ -0,0 +1 @@ +MATCH diff --git a/tests/expected/libmount/utils-match-options-neg b/tests/expected/libmount/utils-match-options-neg new file mode 100644 index 00000000..4736e080 --- /dev/null +++ b/tests/expected/libmount/utils-match-options-neg @@ -0,0 +1 @@ +MATCH diff --git a/tests/expected/libmount/utils-match-options-neg-list b/tests/expected/libmount/utils-match-options-neg-list new file mode 100644 index 00000000..82622399 --- /dev/null +++ b/tests/expected/libmount/utils-match-options-neg-list @@ -0,0 +1 @@ +NOT-MATCH diff --git a/tests/expected/libmount/utils-match-options-neg-list2 b/tests/expected/libmount/utils-match-options-neg-list2 new file mode 100644 index 00000000..4736e080 --- /dev/null +++ b/tests/expected/libmount/utils-match-options-neg-list2 @@ -0,0 +1 @@ +MATCH diff --git a/tests/expected/libmount/utils-mountpoint b/tests/expected/libmount/utils-mountpoint new file mode 100644 index 00000000..47fb251c --- /dev/null +++ b/tests/expected/libmount/utils-mountpoint @@ -0,0 +1 @@ +/proc: /proc diff --git a/tests/expected/libmount/utils-mountpoint-root b/tests/expected/libmount/utils-mountpoint-root new file mode 100644 index 00000000..c86cf0d8 --- /dev/null +++ b/tests/expected/libmount/utils-mountpoint-root @@ -0,0 +1 @@ +/: / diff --git a/tests/expected/libmount/utils-mountpoint-subdir b/tests/expected/libmount/utils-mountpoint-subdir new file mode 100644 index 00000000..f21d31bd --- /dev/null +++ b/tests/expected/libmount/utils-mountpoint-subdir @@ -0,0 +1 @@ +/proc/sys/kernel: /proc diff --git a/tests/expected/libmount/utils-starts-with b/tests/expected/libmount/utils-starts-with new file mode 100644 index 00000000..f033a501 --- /dev/null +++ b/tests/expected/libmount/utils-starts-with @@ -0,0 +1 @@ +YES |