From: Darrick J. Wong Date: Thu, 18 Feb 2016 23:50:58 +0000 (+1100) Subject: generic/304: fix high offset X-Git-Tag: v2022.05.01~2599 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=004197958e7536ece2332f28675d8cb44a39667c;p=xfstests-dev.git generic/304: fix high offset "Invalid argument" is a better response to an impossibly high offset dedupe request than "extents don't match", so change the test. Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Dave Chinner --- diff --git a/tests/generic/304.out b/tests/generic/304.out index 4af2a391..7b5ff0e7 100644 --- a/tests/generic/304.out +++ b/tests/generic/304.out @@ -8,7 +8,7 @@ dedupe: Invalid argument Dedupe past maximum file size in dest file (should fail) dedupe: Invalid argument Dedupe high offset to low offset -dedupe: Extents did not match. +dedupe: Invalid argument Dedupe past source file EOF (should fail) dedupe: Invalid argument Dedupe max size at nonzero offset (should fail)