* test-env.in: Redirect guix-daemon standard error to /dev/null.
---
 test-env.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test-env.in b/test-env.in
index 799a622..040175a 100644
--- a/test-env.in
+++ b/test-env.in
@@ -2,6 +2,7 @@
 
 # GNU Guix --- Functional package management for GNU
 # Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <[email protected]>
+# Copyright © 2016 Mathieu Lirzin <[email protected]>
 #
 # This file is part of GNU Guix.
 #
@@ -96,7 +97,7 @@ then
     # unavailable, for instance if we're not running as root.
     "@abs_top_builddir@/pre-inst-env"                          \
        "@abs_top_builddir@/guix-daemon" --disable-chroot       \
-       --substitute-urls="$GUIX_BINARY_SUBSTITUTE_URL" &
+       --substitute-urls="$GUIX_BINARY_SUBSTITUTE_URL" 2>/dev/null &
 
     daemon_pid=$!
     trap "kill $daemon_pid ; rm -rf $NIX_STATE_DIR" EXIT
-- 
2.7.0


Reply via email to