btrfs-progs: run fsck image tests in filename order
authorDavid Sterba <dsterba@suse.cz>
Fri, 17 Oct 2014 16:26:08 +0000 (18:26 +0200)
committerDavid Sterba <dsterba@suse.cz>
Fri, 17 Oct 2014 16:34:16 +0000 (18:34 +0200)
Signed-off-by: David Sterba <dsterba@suse.cz>
tests/fsck-tests.sh

index 3f04626..8987d04 100644 (file)
@@ -32,7 +32,7 @@ run_check make btrfs-corrupt-block
 # image (the backing file of a loop device, as a sparse file). The reason for
 # keeping some as tarballs of raw images is that for these cases btrfs-image
 # isn't able to preserve all the (bad) filesystem structure for some reason.
-for i in $(find $here/tests/fsck-tests -name '*.img' -o -name '*.tar.xz')
+for i in $(find $here/tests/fsck-tests -name '*.img' -o -name '*.tar.xz' | sort)
 do
        echo "     [TEST]    $(basename $i)"
        echo "testing image $i" >> $RESULT