X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=tests%2Ftest-imagex-capture_and_apply;h=08fe6f623c3b6bf4b0a7faaef4b6cb4b02021c6f;hp=c15d8ab825995ca6afc8ab8276a05c74b020e2f0;hb=f4a194333c5856d466d096c306f709edd19d1cc8;hpb=d0e7f039e4ab206b9fd973c983e3fb841fcd2bf2 diff --git a/tests/test-imagex-capture_and_apply b/tests/test-imagex-capture_and_apply index c15d8ab8..08fe6f62 100755 --- a/tests/test-imagex-capture_and_apply +++ b/tests/test-imagex-capture_and_apply @@ -80,7 +80,7 @@ do_test() { # Can we split the WIM, apply the split WIM, join the split WIM, # and apply the joined WIM, and get the same results every time? - if ! imagex split test.wim test.swm 0.01M; then + if ! imagex split test.wim test.swm 0.01; then error "Failed to split WIM" fi if ! imagex apply test.swm 1 out.dir --ref "test*.swm" ; then