Commit 46db7ca7 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed groups file to groups tests correctly

parent 3b12ac37
...@@ -21,7 +21,9 @@ doc ...@@ -21,7 +21,9 @@ doc
/usr/lib/python3.*/distutils/README /usr/lib/python3.*/distutils/README
/usr/lib/python3../LICENSE.txt /usr/lib/python3../LICENSE.txt
lib lib
/usr/lib/python3.*/.*\.(py|so) /usr/lib/python3.[^/]*/[^/]*\.py
/usr/lib/python3.[^/]*/([^t]|t[^e])[^/]*/.*\.py
/usr/lib/python3.*/.*\.so
/usr/lib/python3.*/turtledemo/turtle\.cfg /usr/lib/python3.*/turtledemo/turtle\.cfg
/usr/lib/python3.*/ctypes/macholib/fetch_macholib.* /usr/lib/python3.*/ctypes/macholib/fetch_macholib.*
/usr/lib/python3.*/lib2to3/.*\.pickle /usr/lib/python3.*/lib2to3/.*\.pickle
...@@ -46,7 +48,7 @@ lib ...@@ -46,7 +48,7 @@ lib
/usr/lib/python3.*/venv/scripts/.* /usr/lib/python3.*/venv/scripts/.*
/usr/lib/lib.* /usr/lib/lib.*
tests tests
/usr/lib/python3.*/test/.*\.pem /usr/lib/python3.*/test/.*\.(py|pem)
/usr/lib/python3.*/test/revocation\.crl /usr/lib/python3.*/test/revocation\.crl
/usr/lib/python3.*/test/dtracedata/.*\.(d|expected|stp) /usr/lib/python3.*/test/dtracedata/.*\.(d|expected|stp)
/usr/lib/python3.*/test/imghdrdata/.*\.(pgm|xbm|ras|ppm|png|webp|tiff|sgi|pbm|jpg|bmp|exr|gif) /usr/lib/python3.*/test/imghdrdata/.*\.(pgm|xbm|ras|ppm|png|webp|tiff|sgi|pbm|jpg|bmp|exr|gif)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment