]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: generic/314 filter out total from ls -l output
authorJosef Bacik <jbacik@fusionio.com>
Fri, 26 Jul 2013 15:45:32 +0000 (11:45 -0400)
committerBen Myers <bpm@sgi.com>
Fri, 26 Jul 2013 16:15:42 +0000 (11:15 -0500)
commitf2c8cf5b3a94cafc8043c89b487d0ce7b1624f18
treee314c9abb7557d0fa4e52f14e673be89f4007772
parentaee563c643460638fb61d8a34fa507c8c4045ba2
xfstests: generic/314 filter out total from ls -l output

ls -l will show the nblocks for the directory, and this made it into the golden
output for 314.  The problem is nblocks is 0 for btrfs directories because we're
awesome, which makes us fail this test.  So filter out the "total blah" line of
ls -l so btrfs can pass this test too.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
tests/generic/314
tests/generic/314.out