X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=tests%2Ftest-imagex;fp=tests%2Ftest-imagex;h=94b697fdce5d40c68d94cd6ceb7103858193a398;hp=b6ed7694b37da8cc79c349f15e2754e15e6a1f8a;hb=0ce54d08c0b1c56f37ea2998acd6847da7ced8a2;hpb=277957c10e96a23f822b2e6ae22c8d126a93141a diff --git a/tests/test-imagex b/tests/test-imagex index b6ed7694..94b697fd 100755 --- a/tests/test-imagex +++ b/tests/test-imagex @@ -486,7 +486,7 @@ fi # Test exporting an image to another WIM, then applying it. # We try with 5 different combinations of compression types to make sure we go # through all paths in the resource-handling code. -for i in `seq 1 3`; do +for i in 1 2 3 4 5; do case $i in 1) cflag1="--compress=none";