]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex-mount
Fix sequential extraction, and include progress info
[wimlib] / tests / test-imagex-mount
index 74cff3f7661adcb916a9a83ee46753ce3633a96b..4f6d1c95e58521ae0570339abdf65e2c5b207646 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Test WIM mounting
 
@@ -239,7 +239,7 @@ do_test() {
        fi
 
        cd tmp.mnt
-       if ! tar xf ../test.tar; then
+       if ! tar xf ../test.tar --no-same-owner; then
                error "Failed to untar archive on read-write mounted WIM"
        fi
        cd ..
@@ -254,7 +254,7 @@ do_test() {
        fi
 
        cd tmp.mnt
-       if ! tar xf ../test.tar; then
+       if ! tar xf ../test.tar --no-same-owner; then
                error "Failed to untar archive on read-write mounted WIM"
        fi
        cd ..