diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-10-26 16:32:37 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-10-26 16:33:39 +0100 |
commit | 572c59a7a1ac94a1fda78fcd2cc37c3e335b297f (patch) | |
tree | 499be35752c3133af9a270049d4eee4f4a3f82d0 /gnu | |
parent | d0185590636c1c40a827a116caf095021c9b262b (diff) | |
download | guix-572c59a7a1ac94a1fda78fcd2cc37c3e335b297f.tar guix-572c59a7a1ac94a1fda78fcd2cc37c3e335b297f.tar.gz |
tests: Fix nss-mdns test.
* gnu/tests/base.scm (run-nss-mdns-test): Use full "avahi-browse" path.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/tests/base.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm index 482310cc12..e5f9b87b1d 100644 --- a/gnu/tests/base.scm +++ b/gnu/tests/base.scm @@ -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" |