diff options
| -rw-r--r-- | tests/guix-build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/guix-build.sh b/tests/guix-build.sh index e20702c521b..3d2de092b1f 100644 --- a/tests/guix-build.sh +++ b/tests/guix-build.sh | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # GNU Guix --- Functional package management for GNU | 1 | # GNU Guix --- Functional package management for GNU |
| 2 | # Copyright © 2012, 2013, 2014, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org> | 2 | # Copyright © 2012, 2013, 2014, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org> |
| 3 | # Copyright © 2020 Marius Bakke <mbakke@fastmail.com> | 3 | # Copyright © 2020 Marius Bakke <mbakke@fastmail.com> |
| 4 | # Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> | 4 | # Copyright © 2021 Chris Marusich <cmmarusich@gmail.com> |
| 5 | # | 5 | # |
| @@ -278,7 +278,7 @@ guix build --target=arm-linux-gnueabihf --dry-run \ | |||
| 278 | -e '(@ (gnu packages base) coreutils)' | 278 | -e '(@ (gnu packages base) coreutils)' |
| 279 | 279 | ||
| 280 | # Replacements. | 280 | # Replacements. |
| 281 | drv1=`guix build guix --with-input=guile@2.0=guile@2.2 -d` | 281 | drv1=`guix build guix --with-input=guile-zstd=idutils -d` |
| 282 | drv2=`guix build guix -d` | 282 | drv2=`guix build guix -d` |
| 283 | test "$drv1" != "$drv2" | 283 | test "$drv1" != "$drv2" |
| 284 | 284 | ||
