]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
xfstest: change test output to specify 4TB not 2TB
authorAlain Renaud <arenaud@sgi.com>
Sat, 26 Nov 2011 14:15:25 +0000 (09:15 -0500)
committerChristoph Hellwig <hch@lst.de>
Thu, 8 Dec 2011 17:11:38 +0000 (17:11 +0000)
 This is a simple modification to the test 259. The script test 4TB
 Filesystem but state that it is testing 2TB filesystem. This
 modification simply change the the output message.

Signed-off-by: Alain Renaud <arenaud@sgi.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
259
259.out

diff --git a/259 b/259
index 02938a52255a272d6539975245d01539088ea6c9..d260b7940e797f2a7f1c02cb7217ca6e11ac36d1 100755 (executable)
--- a/259
+++ b/259
@@ -51,7 +51,7 @@ testfile=$TEST_DIR/259.image
 four_TB=$(_math "2^42")
 for del in 1 512 1024 1025 2048 4096; do
        ddseek=$(_math "$four_TB - $del")
-       echo "Trying to make (2 TB - $del) B long xfs fs image"
+       echo "Trying to make (4 TB - $del) B long xfs fs image"
        rm -f "$testfile"
        dd if=/dev/zero "of=$testfile" bs=1 count=0 seek=$ddseek \
                                        >/dev/null 2>&1 || echo "dd failed"
diff --git a/259.out b/259.out
index 46200824ad452f2648d1c78bf18a20b208f490ba..263bb1b68fb2510cb4d7dab8ba8c797299c484db 100644 (file)
--- a/259.out
+++ b/259.out
@@ -1,7 +1,7 @@
 QA output created by 259
-Trying to make (2 TB - 1) B long xfs fs image
-Trying to make (2 TB - 512) B long xfs fs image
-Trying to make (2 TB - 1024) B long xfs fs image
-Trying to make (2 TB - 1025) B long xfs fs image
-Trying to make (2 TB - 2048) B long xfs fs image
-Trying to make (2 TB - 4096) B long xfs fs image
+Trying to make (4 TB - 1) B long xfs fs image
+Trying to make (4 TB - 512) B long xfs fs image
+Trying to make (4 TB - 1024) B long xfs fs image
+Trying to make (4 TB - 1025) B long xfs fs image
+Trying to make (4 TB - 2048) B long xfs fs image
+Trying to make (4 TB - 4096) B long xfs fs image