# HG changeset patch # User Anton Shestakov # Date 1725888487 -14400 # Node ID a868f00e8915097cee648f0c3bd8c3bde56efc8a # Parent 416adeb7d418c34220113b417fe8d6a0d8ab9dff tests: account for "egg-info" files in test-check-sdist.t These changes are related to the "egg-info" directory inside the tarball. Apparently the newer versions of whatever `setup.py sdist` is using now adds this directory with various meta information about the package, so now we have 5 more files in the tarball. The exact files are: hg_evolve.egg-info/ hg_evolve.egg-info/PKG-INFO hg_evolve.egg-info/SOURCES.txt hg_evolve.egg-info/dependency_links.txt hg_evolve.egg-info/top_level.txt diff -r 416adeb7d418 -r a868f00e8915 tests/test-check-sdist.t --- a/tests/test-check-sdist.t Wed Sep 11 17:29:04 2024 +0400 +++ b/tests/test-check-sdist.t Mon Sep 09 17:28:07 2024 +0400 @@ -38,7 +38,7 @@ $ egrep '^tests/test-.*\.(t|py)$' files > test-files $ egrep -v '^tests/test-.*\.(t|py)$' files > other-files $ wc -l other-files - 148 other-files + 153 other-files $ wc -l test-files ??? test-files (glob) $ fgrep debian files