X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=tests%2Ftest-imagex-mount;h=4f6d1c95e58521ae0570339abdf65e2c5b207646;hp=74cff3f7661adcb916a9a83ee46753ce3633a96b;hb=b61e9afca45dacd9baefbcfa17dbea2af75259b8;hpb=a3c53f0d3e2ea2267ca89caf100cd41adfabd556 diff --git a/tests/test-imagex-mount b/tests/test-imagex-mount index 74cff3f7..4f6d1c95 100755 --- a/tests/test-imagex-mount +++ b/tests/test-imagex-mount @@ -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 ..