mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: fix common filter include in filter.btrfs
Not sure how this happened, but filter.btrfs including itself leads to immense sadness for any file that includes it. (I got a segfault when I tried to run 307) It should be including ./common/filter not ./common/filter.btrfs Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Rich Johnston <rjohnston@sgi.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
committed by
Rich Johnston
parent
187bccd310
commit
e771c54c45
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Filters for btrfs command output
|
||||
|
||||
. ./common/filter.btrfs
|
||||
. ./common/filter
|
||||
|
||||
# Some, but not all, commands emit "Btrfs <version>"
|
||||
_filter_btrfs_version()
|
||||
|
||||
Reference in New Issue
Block a user