Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/test/scripts/meson.build
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2019-11-06 00:05:22 -0500
committerAllan McRae <allan@archlinux.org>2019-11-06 15:52:21 +1000
commit8c7043390f80d93445f2817ae5419b06fc72983a (patch)
treefab602cc728790a41c63d91332419f2cc9e6b218 /test/scripts/meson.build
parent2dd7725f2a0cccd0a248531551c9fbea4ef35f1f (diff)
scripts/library: remove human_to_size
pkgdelta was the last user, and it is gone now. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test/scripts/meson.build')
-rw-r--r--test/scripts/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/scripts/meson.build b/test/scripts/meson.build
index 0dd05fd9..6d13ad1e 100644
--- a/test/scripts/meson.build
+++ b/test/scripts/meson.build
@@ -1,7 +1,6 @@
tests = [
'parseopts_test.sh',
'makepkg-template_test.sh',
- 'human_to_size_test.sh',
]
foreach tst : tests