tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/tests/tinydns.nix: test a few more queries
Bas van Dijk
4 years ago
b0a18479
e204d34b
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
tests
tinydns.nix
+1
-1
nixos/tests/tinydns.nix
···
31
31
# it fails on the 10th iteration.
32
32
nameserver.succeed(
33
33
"""
34
34
-
for i in {1..15}; do
34
34
+
for i in {1..100}; do
35
35
host bla.foo.bar 192.168.1.1 | grep '1\.2\.3\.4'
36
36
done
37
37
"""