mirror of
https://github.com/NixOS/nix
synced 2025-07-12 19:05:08 +02:00
Ensure all overlay tests use new tmpfs store paths.
This commit is contained in:
parent
7fda19e2f1
commit
9769a0ae7d
5 changed files with 25 additions and 19 deletions
|
@ -25,7 +25,7 @@ stat $(toRealPath "$storeA/nix/store" "$path")
|
|||
expect 1 stat $(toRealPath "$storeBTop" "$path")
|
||||
|
||||
# Checking for path in overlay store matching lower layer
|
||||
diff $(toRealPath "$storeA/nix/store" "$path") $(toRealPath "$TEST_ROOT/merged-store/nix/store" "$path")
|
||||
diff $(toRealPath "$storeA/nix/store" "$path") $(toRealPath "$storeVolume/merged-store/nix/store" "$path")
|
||||
|
||||
# Checking requisites query agreement
|
||||
[[ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue