From e771c54c45a5c475bedbc5a2d6becc05be940dba Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Sun, 21 Apr 2013 22:51:54 +0000 Subject: [PATCH] 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 --- common/filter.btrfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/filter.btrfs b/common/filter.btrfs index b1aa733f..e9a2bc24 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() -- 2.39.5