]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfstests: fix common filter include in filter.btrfs
authorEric Sandeen <sandeen@sandeen.net>
Sun, 21 Apr 2013 22:51:54 +0000 (22:51 +0000)
committerRich Johnston <rjohnston@sgi.com>
Mon, 22 Apr 2013 14:32:26 +0000 (09:32 -0500)
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>
common/filter.btrfs

index b1aa733fcc074dd29aa8433f287b77a246b099f5..e9a2bc24bca3154e7c2d07d72d55b4976ef39a68 100644 (file)
@@ -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()