diff mbox

xfstests: btrfs/009 never shrinked or removed $seqres.full

Message ID 1376675094-21522-1-git-send-email-sbehrens@giantdisaster.de (mailing list archive)
State Not Applicable
Headers show

Commit Message

Stefan Behrens Aug. 16, 2013, 5:44 p.m. UTC
Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
---
 tests/btrfs/009 | 2 ++
 1 file changed, 2 insertions(+)

Comments

Eric Sandeen Aug. 16, 2013, 5:55 p.m. UTC | #1
On 8/16/13 12:44 PM, Stefan Behrens wrote:
> Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>

Reviewed-by: Eric Sandeen <sandeen@redhat.com>

> ---
>  tests/btrfs/009 | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tests/btrfs/009 b/tests/btrfs/009
> index d46744c..08aa508 100755
> --- a/tests/btrfs/009
> +++ b/tests/btrfs/009
> @@ -47,6 +47,8 @@ _supported_fs btrfs
>  _supported_os Linux
>  _require_scratch
>  
> +rm -f $seqres.full
> +
>  _scratch_mkfs > /dev/null 2>&1
>  _scratch_mount
>  
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Rich Johnston Aug. 19, 2013, 8:43 p.m. UTC | #2
Thanks for the patch Stefan, it has been committed.

--Rich

commit 6bd8df93fa6b7d9ce402f9c665e5971106df7843
Author: Stefan Behrens <sbehrens@giantdisaster.de>
Date:   Fri Aug 16 17:44:54 2013 +0000

     xfstests: btrfs/009 never shrinked or removed $seqres.full

     Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
     Reviewed-by: Eric Sandeen <sandeen@redhat.com>
     Signed-off-by: Rich Johnston <rjohnston@sgi.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/tests/btrfs/009 b/tests/btrfs/009
index d46744c..08aa508 100755
--- a/tests/btrfs/009
+++ b/tests/btrfs/009
@@ -47,6 +47,8 @@  _supported_fs btrfs
 _supported_os Linux
 _require_scratch
 
+rm -f $seqres.full
+
 _scratch_mkfs > /dev/null 2>&1
 _scratch_mount