Re: [PATCH v2] fstests: btrfs/006: Fix false alert due to output change

2017-01-02 Thread Eryu Guan
On Mon, Jan 02, 2017 at 10:16:17PM -0500, Su Yue wrote: > Btrfs-progs v4.9 changed "device status" output by adding one more > space, which differs from golden output. > Fix it by using filter '_filter_spaces' to convert multi space into one. You missed your SOB line. I added Signed-off-by: Su

[PATCH v2] fstests: btrfs/006: Fix false alert due to output change

2017-01-02 Thread Su Yue
Btrfs-progs v4.9 changed "device status" output by adding one more space, which differs from golden output. Fix it by using filter '_filter_spaces' to convert multi space into one. --- v2: Changed the '_filter_spaces' to match both Tab and Space and tested all related tests. --- common/filter