]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex-capture_and_apply
Fixes; write --{no,}rpfix docs; enable --rpfix capture by default
[wimlib] / tests / test-imagex-capture_and_apply
index dfa240f819be3fb2bd96e583a575f092bd0292b1..ce54c74acb12748da84b364c6bfe0b0d7e680387 100755 (executable)
@@ -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