~vcs-imports/shared-mime-info/master

Viewing all changes in revision 1667.

  • Committer: Bastien Nocera
  • Date: 2020-02-10 13:11:59 UTC
  • Revision ID: git-v1:a30f0ed9e684af69f1740e9849004cf35ce33be3
tests: Reduce the size of the test suite files

If we were to move to meson, the whole test suite would be available in
the dist, so make sure this doesn't balloon the size of the tarball.

Size reduction executed with:
for i in * ; do SIZE=$(stat --printf="%s" $i) ; if [ $SIZE -gt 131072 ] ; then dd if=$i of=$i.tmp bs=128k count=1 && mv $i.tmp $i ; fi ; done

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: