mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Add a test for builtin:fetchurl cert verification
(cherry picked from commit f2f47fa725
)
# Conflicts:
# tests/nixos/default.nix
This commit is contained in:
parent
b75115ac6f
commit
34f12b5e88
2 changed files with 89 additions and 0 deletions
|
@ -162,4 +162,15 @@ in
|
|||
ca-fd-leak = runNixOSTestFor "x86_64-linux" ./ca-fd-leak;
|
||||
|
||||
user-sandboxing = runNixOSTestFor "x86_64-linux" ./user-sandboxing;
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
s3-binary-cache-store = runNixOSTestFor "x86_64-linux" ./s3-binary-cache-store.nix;
|
||||
|
||||
fsync = runNixOSTestFor "x86_64-linux" ./fsync.nix;
|
||||
|
||||
cgroups = runNixOSTestFor "x86_64-linux" ./cgroups;
|
||||
|
||||
fetchurl = runNixOSTestFor "x86_64-linux" ./fetchurl.nix;
|
||||
>>>>>>> f2f47fa72 (Add a test for builtin:fetchurl cert verification)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue