[PATCH] xfstests: generic/314 filter out total from ls -l output

2013-07-26 Thread Josef Bacik
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,

Re: [PATCH] xfstests: generic/314 filter out total from ls -l output

2013-07-26 Thread Eric Sandeen
On 7/26/13 10:45 AM, Josef Bacik wrote: 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