]> wimlib.net Git - wimlib/commitdiff
test-imagex: Use existing image for changing boot index of split WIM
authorEric Biggers <ebiggers3@gmail.com>
Wed, 22 May 2013 01:49:19 +0000 (20:49 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 22 May 2013 01:49:19 +0000 (20:49 -0500)
tests/test-imagex

index 902e0f977769364dbab76f6509f52381148d6ec2..7d7b144e7697853032f01fd6acc934e7297bce5a 100755 (executable)
@@ -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"