]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfstests: fix mkfs filter on xfs/096
authorDave Chinner <dchinner@redhat.com>
Wed, 30 Oct 2013 03:58:55 +0000 (03:58 +0000)
committerRich Johnston <rjohnston@sgi.com>
Mon, 4 Nov 2013 20:32:04 +0000 (14:32 -0600)
Needs to filter out the new ftype field.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Jie Liu <jeff.liu@oracle.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
tests/xfs/096

index 44b19b05419019b5439f568a7bc49fc2177da7bd..b2719bc1e9385fce9ac68c8e06d28c9ddb67cefa 100755 (executable)
@@ -87,6 +87,7 @@ _mkfs_filter()
        -e 's/\(realtime[       ]*=\).*extsz/\1REALTIME               extsz/' \
        -e '/.*crc=/d' \
        -e 's/ *$//' \
+       -e 's/ ftype=[01]//' \
    | grep -v parent
 }