mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
filter: btrfs-progs keeps changing version string
The btrfs cmd now sometimes emits "btrfs-progs" not "Btrfs-progs" as it used to, so update the filter accordingly. (This fixes a failure on btrfs/006 w/ btrfs-progs v3.19) Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
40851f9917
commit
cf1b6d6e71
+1
-1
@@ -5,7 +5,7 @@
|
||||
# Some, but not all, commands emit "Btrfs <version>"
|
||||
_filter_btrfs_version()
|
||||
{
|
||||
sed -e "s/^Btrfs.*//g"
|
||||
sed -e "s/^[Bb]trfs.*//g"
|
||||
}
|
||||
|
||||
_filter_devid()
|
||||
|
||||
Reference in New Issue
Block a user