X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=tests%2Ftest-imagex-update_and_extract;h=6c8771669c8c57c3b8fde78f74c1c19aec5240b0;hb=f7a1aff52396cfeb373806ffd6b4ee56e0ade65c;hp=202371b1027de6d14121b293997b16f2d4e1dddf;hpb=e8db2c80ad428c536de564c9c29e1dc2893cafcb;p=wimlib diff --git a/tests/test-imagex-update_and_extract b/tests/test-imagex-update_and_extract index 202371b1..6c877166 100755 --- a/tests/test-imagex-update_and_extract +++ b/tests/test-imagex-update_and_extract @@ -225,6 +225,16 @@ wimextract test.wim 1 @pathlist --dest-dir=out.dir ../tree-cmp hello2 out.dir/hello2 [ ! -e out.dir/otherfile ] +msg "Testing path list extract (stdin)" +rm -rf out.dir +wimextract test.wim 1 @- --dest-dir=out.dir << EOF +hello1 +hello2 +EOF +../tree-cmp hello1 out.dir/hello1 +../tree-cmp hello2 out.dir/hello2 +[ ! -e out.dir/otherfile ] + msg "Testing path list extract (w/ wildcard)" cat > pathlist << EOF hello*