diff --git a/tests/generic/705 b/tests/generic/349 similarity index 99% rename from tests/generic/705 rename to tests/generic/349 index f30f2c3b..ae9f8f68 100755 --- a/tests/generic/705 +++ b/tests/generic/349 @@ -1,5 +1,5 @@ #! /bin/bash -# FS QA Test No. 705 +# FS QA Test No. 349 # # Test fallocate(ZERO_RANGE) on a block device, which should be able to # WRITE SAME (or equivalent) the range. diff --git a/tests/generic/705.out b/tests/generic/349.out similarity index 90% rename from tests/generic/705.out rename to tests/generic/349.out index 86d03175..ddddbfcd 100644 --- a/tests/generic/705.out +++ b/tests/generic/349.out @@ -1,4 +1,4 @@ -QA output created by 705 +QA output created by 349 Create and format Zero range Zero range without keep_size diff --git a/tests/generic/706 b/tests/generic/350 similarity index 99% rename from tests/generic/706 rename to tests/generic/350 index dd502e22..0a12e143 100755 --- a/tests/generic/706 +++ b/tests/generic/350 @@ -1,5 +1,5 @@ #! /bin/bash -# FS QA Test No. 706 +# FS QA Test No. 350 # # Test fallocate(PUNCH_HOLE) on a block device, which should be able to # zero-TRIM (or equivalent) the range. diff --git a/tests/generic/706.out b/tests/generic/350.out similarity index 89% rename from tests/generic/706.out rename to tests/generic/350.out index de8de0c3..6466c18f 100644 --- a/tests/generic/706.out +++ b/tests/generic/350.out @@ -1,4 +1,4 @@ -QA output created by 706 +QA output created by 350 Create and format Zero punch Punch range past EOD diff --git a/tests/generic/707 b/tests/generic/351 similarity index 99% rename from tests/generic/707 rename to tests/generic/351 index 229b152c..e87fc180 100755 --- a/tests/generic/707 +++ b/tests/generic/351 @@ -1,5 +1,5 @@ #! /bin/bash -# FS QA Test No. 707 +# FS QA Test No. 351 # # Test the unsupported fallocate flags on a block device. No collapse # or insert range, no regular fallocate, no forgetting keep-space on diff --git a/tests/generic/707.out b/tests/generic/351.out similarity index 97% rename from tests/generic/707.out rename to tests/generic/351.out index a5202213..53dcc0eb 100644 --- a/tests/generic/707.out +++ b/tests/generic/351.out @@ -1,4 +1,4 @@ -QA output created by 707 +QA output created by 351 Create and format Regular fallocate fallocate: Operation not supported diff --git a/tests/generic/group b/tests/generic/group index 546b5042..36fb7593 100644 --- a/tests/generic/group +++ b/tests/generic/group @@ -351,6 +351,6 @@ 346 auto 347 auto quick rw thin 348 auto quick metadata -705 blockdev quick rw -706 blockdev quick rw -707 blockdev quick rw +349 blockdev quick rw +350 blockdev quick rw +351 blockdev quick rw