aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/check-refs.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/check-refs.nix b/tests/check-refs.nix
index a5e40c9e5..99d69a226 100644
--- a/tests/check-refs.nix
+++ b/tests/check-refs.nix
@@ -69,10 +69,8 @@ rec {
test11 = makeTest 11 {
__structuredAttrs = true;
- outputChecks.out = {
- unsafeDiscardReferences = true;
- allowedReferences = [];
- };
+ unsafeDiscardReferences.out = true;
+ outputChecks.out.allowedReferences = [];
buildCommand = ''echo ${dep} > "''${outputs[out]}"'';
};