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

« back to all changes in this revision

Viewing changes to tests/mime-detection/LiberationSans-Regular.ttf

  • 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

Show diffs side-by-side

added added

removed removed

Lines of Context: