summaryrefslogtreecommitdiff
path: root/tests/guix-daemon.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/guix-daemon.sh')
-rw-r--r--tests/guix-daemon.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-daemon.sh b/tests/guix-daemon.sh
index d85727c955..0aee853a0c 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