tests: Fix nss-mdns test.
* gnu/tests/base.scm (run-nss-mdns-test): Use full "avahi-browse" path.
parent
d018559063
commit
572c59a7a1
|
@ -880,7 +880,7 @@ non-ASCII names from /tmp.")
|
||||||
(test-equal "avahi-browse"
|
(test-equal "avahi-browse"
|
||||||
0
|
0
|
||||||
(marionette-eval
|
(marionette-eval
|
||||||
'(system* "avahi-browse" "-avt")
|
'(system* "/run/current-system/profile/bin/avahi-browse" "-avt")
|
||||||
marionette))
|
marionette))
|
||||||
|
|
||||||
(test-assert "getaddrinfo .local"
|
(test-assert "getaddrinfo .local"
|
||||||
|
|
Reference in New Issue