diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-05 13:30:29 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-09 23:07:11 +0900 |
commit | f348d2be2e019fcda44af8ab81073e2f04697a38 (patch) | |
tree | bd7489dac2ac325936455036e2e7471b2ceef9e2 | |
parent | 18ed22536d08121c3d8f27a001d4d877c08340b2 (diff) | |
download | guix-f348d2be2e019fcda44af8ab81073e2f04697a38.tar.gz guix-f348d2be2e019fcda44af8ab81073e2f04697a38.zip |
tests: Fix typo.
* tests/guix-build.sh: Fix typo.
-rw-r--r-- | tests/guix-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-build.sh b/tests/guix-build.sh index 79306c8998..40844c142b 100644 --- a/tests/guix-build.sh +++ b/tests/guix-build.sh @@ -421,7 +421,7 @@ then guix build -m <(echo '(specifications->manifest (list "guile"))') -n fi -# Build a scheme->file object via multiple expressions, and validate it +# Build a scheme-file object via multiple expressions, and validate it # produces the correct result when evaluated. scheme_file=$(guix build -e \ "(use-modules (guix gexp)) \ |