From 28cc38a7acc5e8658db8a5975a30407282e2fa85 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 21 May 2013 20:49:19 -0500 Subject: [PATCH 1/1] test-imagex: Use existing image for changing boot index of split WIM --- tests/test-imagex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.0