Skip to content

Commit

Permalink
nixos/tinydns: use local dns server to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Feb 19, 2020
1 parent af1fffa commit c8a8735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/tests/tinydns.nix
Expand Up @@ -21,6 +21,6 @@ import ./make-test-python.nix ({ lib, ...} : {
testScript = ''
nameserver.start()
nameserver.wait_for_unit("tinydns.service")
nameserver.succeed("host bla.foo.bar | grep '1\.2\.3\.4'")
nameserver.succeed("host bla.foo.bar 192.168.1.1 | grep '1\.2\.3\.4'")
'';
})

0 comments on commit c8a8735

Please sign in to comment.