btrfs-progs: tests: sort image files

If a test has several images let filenames enforce a particular order of
checks if desired.

Signed-off-by: David Sterba <dsterba@suse.cz>
master
David Sterba 2015-05-25 15:35:58 +02:00
parent 6c9e4dacb2
commit e413938ea9
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ check_all_images()
for image in $(find $dir \( -iname '*.img' -o \
-iname '*.img.xz' -o \
-iname '*.raw' -o \
-iname '*.raw.xz' \) )
-iname '*.raw.xz' \) | sort)
do
cleanme=
case "$image" in