diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-03-02 21:48:25 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-03-02 21:48:25 +0100 |
commit | d2586188fe8745c34e5a97032d045f8b74100a98 (patch) | |
tree | 302a04b0a2ff0ae5c3e2d68068800e2e32adb2f4 /tests/ca/build.sh | |
parent | 5d208cbe416ed38693cd33643731fd001135a582 (diff) |
tests/common.sh.in: Add enableFeatures helper
Diffstat (limited to 'tests/ca/build.sh')
-rw-r--r-- | tests/ca/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ca/build.sh b/tests/ca/build.sh index c8877f87f..92f8b429a 100644 --- a/tests/ca/build.sh +++ b/tests/ca/build.sh @@ -37,7 +37,7 @@ testCutoffFor () { } testCutoff () { - # Don't directly build depenentCA, that way we'll make sure we dodn't rely on + # Don't directly build dependentCA, that way we'll make sure we don't rely on # dependent derivations always being already built. #testDerivation dependentCA testCutoffFor transitivelyDependentCA |