mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
tests/nixos/fetch-git: Apply suggestions
This commit is contained in:
parent
0f95330fde
commit
78074bdea4
2 changed files with 1 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
testCases =
|
||||
map
|
||||
(testCaseName: {...}: {
|
||||
imports = ["${./test-cases}/${testCaseName}"];
|
||||
imports = [ (./test-cases + "/${testCaseName}") ];
|
||||
# ensures tests are named like their directories they are defined in
|
||||
name = testCaseName;
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue