diff mbox

[9/9] generic/077: add missing _require_scratch

Message ID 1426846618-23413-10-git-send-email-eguan@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Eryu Guan March 20, 2015, 10:16 a.m. UTC
generic/077 uses $SCRATCH_DEV without _require_scratch. Add it back.

Signed-off-by: Eryu Guan <eguan@redhat.com>
---
 tests/generic/077 | 1 +
 1 file changed, 1 insertion(+)

Comments

Brian Foster March 25, 2015, 11:08 p.m. UTC | #1
On Fri, Mar 20, 2015 at 06:16:58PM +0800, Eryu Guan wrote:
> generic/077 uses $SCRATCH_DEV without _require_scratch. Add it back.
> 
> Signed-off-by: Eryu Guan <eguan@redhat.com>
> ---

Looks good...

Reviewed-by: Brian Foster <bfoster@redhat.com>

>  tests/generic/077 | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/generic/077 b/tests/generic/077
> index 0d6aec7..8405b02 100755
> --- a/tests/generic/077
> +++ b/tests/generic/077
> @@ -54,6 +54,7 @@ _supported_os Linux
>  
>  [ ! -d $filler ] && _notrun "No directory to source files from"
>  
> +_require_scratch
>  _require_attrs
>  _require_acls
>  _require_user
> -- 
> 2.1.0
> 
> --
> To unsubscribe from this list: send the line "unsubscribe fstests" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe fstests" 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/generic/077 b/tests/generic/077
index 0d6aec7..8405b02 100755
--- a/tests/generic/077
+++ b/tests/generic/077
@@ -54,6 +54,7 @@  _supported_os Linux
 
 [ ! -d $filler ] && _notrun "No directory to source files from"
 
+_require_scratch
 _require_attrs
 _require_acls
 _require_user