about summary refs log tree commit diff
path: root/tests/check-refs.sh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-10-27T13·40+0200
committerEelco Dolstra <edolstra@gmail.com>2018-10-27T13·41+0200
commit18b4c53f71dfc626f5f5ffa0282afd1b9faad6a4 (patch)
tree011f81c17e77bd269f36a0b0f7f74342c1fa3b9e /tests/check-refs.sh
parent1427958b3cf4a8d5c7e46169c00039f6b75317d2 (diff)
Restore old (dis)allowedRequisites behaviour for self-references
stdenv relies on this. So ignore self-references (but only in legacy non-structured attributes mode).
Diffstat (limited to 'tests/check-refs.sh')
-rw-r--r--tests/check-refs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check-refs.sh b/tests/check-refs.sh
index 34ee22cfc8f7..16bbabc40985 100644
--- a/tests/check-refs.sh
+++ b/tests/check-refs.sh
@@ -1,5 +1,7 @@
 source common.sh
 
+clearStore
+
 RESULT=$TEST_ROOT/result
 
 dep=$(nix-build -o $RESULT check-refs.nix -A dep)