Re: [PATCH v2] xfstests: btrfs: fix up 001.out

2015-01-20 Thread Dave Chinner
On Fri, Jan 02, 2015 at 09:04:29PM +0800, Anand Jain wrote: The subvol delete output has changed with btrfs-progs -Delete subvolume 'SCRATCH_MNT/snap' +Delete subvolume (no-commit): 'SCRATCH_MNT/snap' so fix 001 failing. Signed-off-by: Anand Jain anand.j...@oracle.com v2:

Re: [PATCH v2] xfstests: btrfs: fix up 001.out

2015-01-20 Thread Anand Jain
Dave, On 01/21/2015 12:26 PM, Dave Chinner wrote: On Fri, Jan 02, 2015 at 09:04:29PM +0800, Anand Jain wrote: The subvol delete output has changed with btrfs-progs -Delete subvolume 'SCRATCH_MNT/snap' +Delete subvolume (no-commit): 'SCRATCH_MNT/snap' so fix 001 failing.

Re: [PATCH v2] xfstests: btrfs: fix up 001.out

2015-01-04 Thread Eryu Guan
On Fri, Jan 02, 2015 at 09:04:29PM +0800, Anand Jain wrote: The subvol delete output has changed with btrfs-progs Better to point out that since which btrfs-progs version the output changed. -Delete subvolume 'SCRATCH_MNT/snap' +Delete subvolume (no-commit): 'SCRATCH_MNT/snap' so

Re: [PATCH v2] xfstests: btrfs: fix up 001.out

2015-01-04 Thread Anand Jain
On 01/05/2015 11:25 AM, Eryu Guan wrote: On Fri, Jan 02, 2015 at 09:04:29PM +0800, Anand Jain wrote: The subvol delete output has changed with btrfs-progs Better to point out that since which btrfs-progs version the output changed. The fix here is output string change neutral, so it does

[PATCH v2] xfstests: btrfs: fix up 001.out

2015-01-03 Thread Anand Jain
The subvol delete output has changed with btrfs-progs -Delete subvolume 'SCRATCH_MNT/snap' +Delete subvolume (no-commit): 'SCRATCH_MNT/snap' so fix 001 failing. Signed-off-by: Anand Jain anand.j...@oracle.com v2: Thanks Filipe for mentioning now we have _run_btrfs_util_prog. and