Mercurial > evolve
comparison tests/test-check-sdist.t @ 5998:4d57a9f43eac mercurial-5.5
test-compat: merge mercurial-5.6 into mercurial-5.5
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 12 Aug 2021 22:00:52 +0200 |
parents | db70cc02a7c4 8e78e0f316b3 |
children | 34f5c849fc1d |
comparison
equal
deleted
inserted
replaced
5940:db70cc02a7c4 | 5998:4d57a9f43eac |
---|---|
28 no previously-included directories found matching 'contrib' | 28 no previously-included directories found matching 'contrib' |
29 no previously-included directories found matching 'debian' | 29 no previously-included directories found matching 'debian' |
30 no previously-included directories found matching '.gitlab' | 30 no previously-included directories found matching '.gitlab' |
31 $ cd "$TESTTMP"/dist | 31 $ cd "$TESTTMP"/dist |
32 | 32 |
33 $ wc -c hg-evolve-*.tar.gz | 33 $ find hg-evolve-*.tar.gz -size +800000c |
34 8????? hg-evolve-*.tar.gz (glob) | 34 hg-evolve-*.tar.gz (glob) |
35 | 35 |
36 $ tar -tzf hg-evolve-*.tar.gz | sed 's|^hg-evolve-[^/]*/||' | sort > files | 36 $ tar -tzf hg-evolve-*.tar.gz | sed 's|^hg-evolve-[^/]*/||' | sort > files |
37 $ wc -l files | 37 $ wc -l files |
38 349 files | 38 349 files |
39 $ fgrep debian files | 39 $ fgrep debian files |