From: Eric Sandeen Date: Sun, 21 Apr 2013 22:51:54 +0000 (+0000) Subject: xfstests: fix common filter include in filter.btrfs X-Git-Tag: v2022.05.01~3455 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e771c54c45a5c475bedbc5a2d6becc05be940dba;p=users%2Fhch%2Fxfstests-dev.git 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 Reviewed-by: Rich Johnston Signed-off-by: Rich Johnston --- diff --git a/common/filter.btrfs b/common/filter.btrfs index b1aa733fc..e9a2bc24b 100644 --- a/common/filter.btrfs +++ b/common/filter.btrfs @@ -1,6 +1,6 @@ # Filters for btrfs command output -. ./common/filter.btrfs +. ./common/filter # Some, but not all, commands emit "Btrfs " _filter_btrfs_version()