tests: Fix nss-mdns test.

* gnu/tests/base.scm (run-nss-mdns-test): Use full "avahi-browse" path.
This commit is contained in:
Mathieu Othacehe 2020-10-26 16:32:37 +01:00
parent d018559063
commit 572c59a7a1
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

@ -880,7 +880,7 @@ non-ASCII names from /tmp.")
(test-equal "avahi-browse"
0
(marionette-eval
'(system* "avahi-browse" "-avt")
'(system* "/run/current-system/profile/bin/avahi-browse" "-avt")
marionette))
(test-assert "getaddrinfo .local"