diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-03-22 23:19:21 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-03-24 21:33:33 +0100 |
commit | 28186b7044dca513e6e07c3e66b7de2143543ae4 (patch) | |
tree | ca0c85881f52ac76ea0b29fd9f80349e39ba255a /tests/binary-cache.sh | |
parent | 4120930ac19ab7296818fdc1d1389e7799168867 (diff) |
Add a test for fetchClosure and 'nix store make-content-addressed'
Diffstat (limited to 'tests/binary-cache.sh')
-rw-r--r-- | tests/binary-cache.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/binary-cache.sh b/tests/binary-cache.sh index 2368884f7..0361ac6a8 100644 --- a/tests/binary-cache.sh +++ b/tests/binary-cache.sh @@ -1,6 +1,6 @@ source common.sh -needLocalStore "“--no-require-sigs” can’t be used with the daemon" +needLocalStore "'--no-require-sigs' can’t be used with the daemon" # We can produce drvs directly into the binary cache clearStore |