diff options
author | Théophane Hufschmitt <theophane.hufschmitt@tweag.io> | 2022-07-12 09:19:05 +0200 |
---|---|---|
committer | Théophane Hufschmitt <theophane.hufschmitt@tweag.io> | 2022-07-12 09:24:31 +0200 |
commit | 260fb837de849a10571f19f81adbd6091a28c815 (patch) | |
tree | ba21e3b8a122a0904f4dd9787877821cfcebfe78 /tests | |
parent | 32effccb51783a36ce88607a7a404083e84ab3c0 (diff) |
Fix the name of the completions test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index e0579f503..82e47729b 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -102,7 +102,7 @@ nix_tests = \ suggestions.sh \ store-ping.sh \ fetchClosure.sh \ - completion.sh \ + completions.sh \ impure-derivations.sh ifeq ($(HAVE_LIBCPUID), 1) |