X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=tests%2Ftest-imagex-capture_and_apply;h=c15d8ab825995ca6afc8ab8276a05c74b020e2f0;hp=5f1bc017e3a840ed8c1031a49ba82fe4d4e68de6;hb=4ba34093040be55a44a7707826a4912e594e5291;hpb=f6923ccb97dc11e0e80013007b8aed8a660be891 diff --git a/tests/test-imagex-capture_and_apply b/tests/test-imagex-capture_and_apply index 5f1bc017..c15d8ab8 100755 --- a/tests/test-imagex-capture_and_apply +++ b/tests/test-imagex-capture_and_apply @@ -114,19 +114,23 @@ do_test() { done } -msg() { +__msg() { echo "--------------------------------------------------------------------" - echo "Testing image capture and application of directory containing $1" + echo $1 echo "--------------------------------------------------------------------" } +msg() { + __msg "Testing image capture and application of directory containing $1" +} + cleanup init . $srcdir/tests/common_tests.sh # Make sure exclusion list works -msg "Testing default capture configuration file" +__msg "Testing default capture configuration file" touch in.dir/hiberfil.sys mkdir -p "in.dir/System Volume Information/subdir" imagex capture in.dir test.wim