X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=tests%2Ftest-imagex;h=2a4f7ec14f557a370fb5515888dece5eccd9352b;hb=d0e7f039e4ab206b9fd973c983e3fb841fcd2bf2;hp=85c17b4d6219470d530e29ef00e01c2f8f8da8c1;hpb=63a5804943519281f206ca0fefacfe2b99fc9958;p=wimlib diff --git a/tests/test-imagex b/tests/test-imagex index 85c17b4d..2a4f7ec1 100755 --- a/tests/test-imagex +++ b/tests/test-imagex @@ -77,7 +77,7 @@ for comp_type in None LZX XPRESS; do if ! test "`readlink tmp/subdir/rel_symlink`" = "hello"; then error "Symlink target not correct" fi - + rm -rf dir.wim tmp done @@ -488,7 +488,7 @@ fi # 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 - case $i in + case $i in 1) cflag1="--compress=none"; cflag2="--compress=none";