]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfs/186: fix test for crc=0, ftype=1
authorEric Sandeen <sandeen@redhat.com>
Fri, 17 Jun 2016 17:54:43 +0000 (12:54 -0500)
committerEryu Guan <eguan@redhat.com>
Tue, 21 Jun 2016 05:59:11 +0000 (13:59 +0800)
commit619f648268632a7430a7aad58edfba00e1d43f61
tree2a86c62d5320302e17a9e2f8ee789f525af75259
parent3ba258d97e7b34e160494fafedb9b2a632582458
xfs/186: fix test for crc=0, ftype=1

Test 186 won't run when crcs are enabled, because
attrv1 is not allowed with crc=1.

However, ftype is still allowed with crc=0, so
this creates v3 directories, and xfs_db prints
them as such (along with the filetype), which
breaks the test output.

We can filter & replace to fix up the test in
this case.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
tests/xfs/186