diff --git a/tests/guix-daemon.sh b/tests/guix-daemon.sh index d85727c9554..0aee853a0ca 100644 --- a/tests/guix-daemon.sh +++ b/tests/guix-daemon.sh @@ -261,6 +261,6 @@ guix build "$drv" log=`guix build "$drv" --log-file` test -f "$log" case "$log" in - *.gz) test "`gunzip -c < "$log"`" = "$stamp" ;; + *.gz) test "`gunzip -c < "$log" | grep -v 'guile: warning.*locale'`" = "$stamp" ;; *) false ;; esac