1 diff --git a/tests/meson.build b/tests/meson.build
2 index 536c169..0ce23f1 100644
3 --- a/tests/meson.build
4 +++ b/tests/meson.build
5 @@ -64,54 +64,6 @@ test('RandomIPv6Explicit',
6 ipcalc.full_path() + ' -6 -r 24' + '|grep Address'
9 -test('HostnameIPv6Localhost',
13 - ipcalc.full_path() + ' -6 -o localhost',
14 - files('hostname-localhost-ipv6')
17 -test('HostnameIPv4Localhost',
21 - ipcalc.full_path() + ' -4 -o localhost',
22 - files('hostname-localhost-ipv4')
25 -test('HostnameIPv4LocalhostJson',
29 - ipcalc.full_path() + ' -j -4 -o localhost',
30 - files('hostname-localhost-ipv4-json')
33 -test('IPIPv6Localhost',
37 - ipcalc.full_path() + ' -h ::1',
38 - files('ip-localhost-ipv6')
41 -test('IPIPv4Localhost',
45 - ipcalc.full_path() + ' -h 127.0.0.1',
46 - files('ip-localhost-ipv4')
49 -test('IPIPv4LocalhostJson',
53 - ipcalc.full_path() + ' -j -h 127.0.0.1',
54 - files('ip-localhost-ipv4-json')
57 # --class-prefix tests
58 test('AssignClassPrefix12',