changeset 6495:499e4f1c83a8

tests: roughly check the amount of test files in a tarball We just need to make sure we have triple digits of test files in a tarball; actually counting every single one is probably not required, and is annoying when we want to add a separate .t file for a new feature.
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 07 Jun 2023 19:57:24 -0300
parents 4ff6ed433ab2
children fba501baf5cb
files tests/test-check-sdist.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-check-sdist.t	Wed Jun 07 19:53:39 2023 -0300
+++ b/tests/test-check-sdist.t	Wed Jun 07 19:57:24 2023 -0300
@@ -39,7 +39,7 @@
   $ wc -l other-files
   150 other-files
   $ wc -l test-files
-  213 test-files
+  ??? test-files (glob)
   $ fgrep debian files
   tests/test-check-debian.t
   $ fgrep __init__.py files