mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
Fix unbound variable error in optimise test.
This commit is contained in:
parent
2c66a093e0
commit
2fc00ec19f
@ -32,7 +32,7 @@ remountOverlayfs
|
||||
dupFilename="${dupFileStorePath#/nix/store}"
|
||||
lowerPath="$storeA/$dupFileStorePath"
|
||||
upperPath="$storeBTop/$dupFilename"
|
||||
overlayPath="$mergedStorePath/$dupFilename"
|
||||
overlayPath="$storeBRoot/nix/store/$dupFilename"
|
||||
|
||||
# Check store path exists in both layers and overlay
|
||||
lowerInode=$(stat -c %i "$lowerPath")
|
||||
|
Loading…
Reference in New Issue
Block a user