diff options
Diffstat (limited to 'tests/functional/db-migration.sh')
-rw-r--r-- | tests/functional/db-migration.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/db-migration.sh b/tests/functional/db-migration.sh index 44cd16bc0..7346e32f6 100644 --- a/tests/functional/db-migration.sh +++ b/tests/functional/db-migration.sh @@ -2,7 +2,7 @@ source common.sh -# Only run this if we have an older Nix available +# Only run this if we have an older Lix available # XXX: This assumes that the `daemon` package is older than the `client` one if [[ -z "${NIX_DAEMON_PACKAGE-}" ]]; then skipTest "not using the Nix daemon" |