From: Eric Biggers Date: Wed, 22 May 2013 01:49:19 +0000 (-0500) Subject: test-imagex: Use existing image for changing boot index of split WIM X-Git-Tag: v1.4.1~47 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=28cc38a7acc5e8658db8a5975a30407282e2fa85;hp=d7e9b0e74f324400a4bbbe5e66d25b1d6d75625c test-imagex: Use existing image for changing boot index of split WIM --- diff --git a/tests/test-imagex b/tests/test-imagex index 902e0f97..7d7b144e 100755 --- a/tests/test-imagex +++ b/tests/test-imagex @@ -386,7 +386,7 @@ for flag in "--compress=none" "--compress=maximum" "--compress=fast"; do fi # Unsupported, should fail - if imagex info tmp.swm --boot 0; then + if imagex info tmp.swm --boot 1; then error "Should not have been able to change boot index of split WIM" fi echo "Joining the split WIMs and applying the result"