biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / tools / networking / ipcalc / sandbox_tests.patch
blobd0a246843589f75287be6097c87fb8de61cb4e94
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',
10 - testrunner,
11 - args : [
12 - '--test-outfile',
13 - ipcalc.full_path() + ' -6 -o localhost',
14 - files('hostname-localhost-ipv6')
15 - ]
17 -test('HostnameIPv4Localhost',
18 - testrunner,
19 - args : [
20 - '--test-outfile',
21 - ipcalc.full_path() + ' -4 -o localhost',
22 - files('hostname-localhost-ipv4')
23 - ]
25 -test('HostnameIPv4LocalhostJson',
26 - testrunner,
27 - args : [
28 - '--test-outfile',
29 - ipcalc.full_path() + ' -j -4 -o localhost',
30 - files('hostname-localhost-ipv4-json')
31 - ]
33 -test('IPIPv6Localhost',
34 - testrunner,
35 - args : [
36 - '--test-outfile',
37 - ipcalc.full_path() + ' -h ::1',
38 - files('ip-localhost-ipv6')
39 - ]
41 -test('IPIPv4Localhost',
42 - testrunner,
43 - args : [
44 - '--test-outfile',
45 - ipcalc.full_path() + ' -h 127.0.0.1',
46 - files('ip-localhost-ipv4')
47 - ]
49 -test('IPIPv4LocalhostJson',
50 - testrunner,
51 - args : [
52 - '--test-outfile',
53 - ipcalc.full_path() + ' -j -h 127.0.0.1',
54 - files('ip-localhost-ipv4-json')
55 - ]
57 # --class-prefix tests
58 test('AssignClassPrefix12',
59 testrunner,