summaryrefslogtreecommitdiffstats
path: root/tests/expected/libmount
diff options
context:
space:
mode:
authorRuediger Meier2016-03-12 12:23:32 +0100
committerRuediger Meier2016-03-13 21:47:38 +0100
commit131e54379454f4b39cbb77ee9d306a56c0873ad5 (patch)
tree200eb0701c024a2900cacb5d05a77eaa701e7979 /tests/expected/libmount
parenttests: remove invalid argument in libmount/debug (diff)
downloadkernel-qcow2-util-linux-131e54379454f4b39cbb77ee9d306a56c0873ad5.tar.gz
kernel-qcow2-util-linux-131e54379454f4b39cbb77ee9d306a56c0873ad5.tar.xz
kernel-qcow2-util-linux-131e54379454f4b39cbb77ee9d306a56c0873ad5.zip
tests: improve skipping of old btrfs-tools
Older Linux distributions came with differently incomplete btrfs-tools 0.19+git versions (2009-2013). Old mkfs.btrfs needs minimum device size 256M. Note the most simple way to skip btrfs-tools < 3.14 would be btrfs property --help 2>&1 || ts_skip "btrfs too old" but I want to include 3.12 because of Ubuntu Trusty on travis. This patch partly reverts/rewrites the following commits: 7e604f3c - tests: don't skip case "output undefined" 076153f8 - tests: don't compare btrfs mount options 370d31f7 - tests: skip btrfs tests if version too old Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'tests/expected/libmount')
-rw-r--r--tests/expected/libmount/context-utab1
-rw-r--r--tests/expected/libmount/context-utab-py1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/expected/libmount/context-utab b/tests/expected/libmount/context-utab
index 10d4d566a..7b403e555 100644
--- a/tests/expected/libmount/context-utab
+++ b/tests/expected/libmount/context-utab
@@ -1,5 +1,4 @@
Create partitions
Create filesystem
Do tests...
-Create filesystem [btrfs]
...done.
diff --git a/tests/expected/libmount/context-utab-py b/tests/expected/libmount/context-utab-py
index 10d4d566a..7b403e555 100644
--- a/tests/expected/libmount/context-utab-py
+++ b/tests/expected/libmount/context-utab-py
@@ -1,5 +1,4 @@
Create partitions
Create filesystem
Do tests...
-Create filesystem [btrfs]
...done.