mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Fix LocalOverlayStore::queryPathInfoUncached
, FIXME in test
This commit is contained in:
parent
5406256d78
commit
59a8099038
2 changed files with 14 additions and 12 deletions
|
@ -58,8 +58,7 @@ diff $(toRealPath "$storeA/nix/store" "$path") $(toRealPath "$TEST_ROOT/merged-s
|
|||
nix-store --verify-path --store "$storeA" "$path"
|
||||
|
||||
# Verifying path in merged-store
|
||||
# FIXME should succeed
|
||||
expect 1 nix-store --verify-path --store "$storeB" "$path"
|
||||
nix-store --verify-path --store "$storeB" "$path"
|
||||
|
||||
### Do a redundant add
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue