diff mbox

[3/4] xfstests: 912 requires dedup support

Message ID 1454515328-1586-4-git-send-email-hch@lst.de (mailing list archive)
State New, archived
Headers show

Commit Message

Christoph Hellwig Feb. 3, 2016, 4:02 p.m. UTC
See http://www.infradead.org/rpr.html

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 tests/generic/912 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Darrick J. Wong Feb. 3, 2016, 8:56 p.m. UTC | #1
On Wed, Feb 03, 2016 at 05:02:07PM +0100, Christoph Hellwig wrote:
> See http://www.infradead.org/rpr.html

Applied, thanks.

--D

> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> ---
>  tests/generic/912 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/generic/912 b/tests/generic/912
> index 910f1ea..7a629bc 100755
> --- a/tests/generic/912
> +++ b/tests/generic/912
> @@ -43,7 +43,7 @@ _cleanup()
>  
>  # real QA test starts here
>  _supported_os Linux
> -_require_test_reflink
> +_require_test_dedupe
>  _require_cp_reflink
>  
>  rm -f "$seqres.full"
> -- 
> 2.1.4
> 
--
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/912 b/tests/generic/912
index 910f1ea..7a629bc 100755
--- a/tests/generic/912
+++ b/tests/generic/912
@@ -43,7 +43,7 @@  _cleanup()
 
 # real QA test starts here
 _supported_os Linux
-_require_test_reflink
+_require_test_dedupe
 _require_cp_reflink
 
 rm -f "$seqres.full"