Commit 21b4e03b7d for qemu.org

commit 21b4e03b7d2f12ec269168380fe1f99afeda3835
Author: Hanna Czenczek <hreitz@redhat.com>
Date:   Fri May 30 10:44:46 2025 +0200

    iotests/common.filter: Sort keep_data_file

    Sort the new keep_data_file creation option together with data_file and
    data_file_raw.

    Signed-off-by: Hanna Czenczek <hreitz@redhat.com>
    Message-ID: <20250530084448.192369-4-hreitz@redhat.com>
    Reviewed-by: Eric Blake <eblake@redhat.com>
    Reviewed-by: Kevin Wolf <kwolf@redhat.com>
    Signed-off-by: Kevin Wolf <kwolf@redhat.com>

diff --git a/tests/qemu-iotests/common.filter b/tests/qemu-iotests/common.filter
index 26e6b45b04..ce4213cb97 100644
--- a/tests/qemu-iotests/common.filter
+++ b/tests/qemu-iotests/common.filter
@@ -182,7 +182,7 @@ _do_filter_img_create()
             -e 's/^\(fmt\)/0-\1/' \
             -e 's/^\(size\)/1-\1/' \
             -e 's/^\(backing\)/2-\1/' \
-            -e 's/^\(data_file\)/3-\1/' \
+            -e 's/^\(\(keep_\)\?data_file\)/3-\1/' \
             -e 's/^\(encryption\)/4-\1/' \
             -e 's/^\(preallocation\)/8-\1/' \
         | LC_ALL=C sort \