]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
btrfs/004: fix to make test really work
authorWang Shilong <wangsl.fnst@cn.fujitsu.com>
Tue, 18 Feb 2014 10:18:16 +0000 (21:18 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 18 Feb 2014 10:18:16 +0000 (21:18 +1100)
commit617252fc093962e8591029c52d7ca386868f3b6a
tree632b0b292c4b9cad99609bfc43f3f2598f85c20a
parentb985883b2c8b20f3611009fc581b0f79fe310535
btrfs/004: fix to make test really work

So I was wondering why test 004 could pass my previous wrong
kernel patch while it defenitely should not.

By some debugging, i found here perl script is wrong, we did not
filter out anything and this unit test did not work acutally.so
it came out we will never fail this test.

Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com>
Reviewed-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
tests/btrfs/004