X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=tests%2Ftest-imagex-capture_and_apply;fp=tests%2Ftest-imagex-capture_and_apply;h=ce54c74acb12748da84b364c6bfe0b0d7e680387;hp=dfa240f819be3fb2bd96e583a575f092bd0292b1;hb=df7f6ca9f3d34b5133667ad35f800b7afcabe434;hpb=94005a5254bb7029e4793875b0ad9c356bf63ad7 diff --git a/tests/test-imagex-capture_and_apply b/tests/test-imagex-capture_and_apply index dfa240f8..ce54c74a 100755 --- a/tests/test-imagex-capture_and_apply +++ b/tests/test-imagex-capture_and_apply @@ -39,7 +39,7 @@ do_test() { if [ -x /usr/bin/tree -a "$ctype" = "None" ]; then tree in.dir --inodes -F -s --noreport fi - if ! imagex capture in.dir test.wim --compress=$ctype; then + if ! imagex capture in.dir test.wim --compress=$ctype --norpfix; then error "Failed to capture directory tree into a WIM" fi if ! imagex apply test.wim 1 out.dir; then