[libgweather] data: Remove check-timezones.sh



commit b5fcc8400a2a81af2788f9e85ae181a4b483a7e1
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Dec 6 18:16:16 2017 +0100

    data: Remove check-timezones.sh
    
    The code is quite clunky and a similar test already exists in
    test_libgweather.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=791313

 data/check-timezones.sh |   40 ----------------------------------------
 data/meson.build        |    5 -----
 2 files changed, 0 insertions(+), 45 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index a2114e4..31e8ecc 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -31,11 +31,6 @@ if xmllint.found()
          '--noout',
          'Locations.xml',
        ])
-
-  check_timezones = find_program('check-timezones.sh')
-  test('Timezones check',
-       check_timezones,
-       args: ['Locations.xml'])
 endif
 
 install_data('Locations.xml',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]