Hello,
I get a test failure in guix-download.sh, the last line of which reads:
guix-download "file://$abs_top_srcdir/README"
As $abs_top_srcdir is undefined, it tries to download /README, which does not exist.
Andreas