guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: tests: Fix nss-mdns test.


From: guix-commits
Subject: branch master updated: tests: Fix nss-mdns test.
Date: Mon, 26 Oct 2020 11:33:45 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 572c59a  tests: Fix nss-mdns test.
572c59a is described below

commit 572c59a7a1ac94a1fda78fcd2cc37c3e335b297f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Oct 26 16:32:37 2020 +0100

    tests: Fix nss-mdns test.
    
    * gnu/tests/base.scm (run-nss-mdns-test): Use full "avahi-browse" path.
---
 gnu/tests/base.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm
index 482310c..e5f9b87 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]