mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
shellcheck fix: tests/functional/local-overlay-store/verify-inner.sh
This commit is contained in:
parent
76c9d3885c
commit
3a1ba8e41e
2 changed files with 1 additions and 2 deletions
|
|
@ -143,7 +143,6 @@
|
||||||
''^tests/functional/local-overlay-store/remount\.sh$''
|
''^tests/functional/local-overlay-store/remount\.sh$''
|
||||||
''^tests/functional/local-overlay-store/stale-file-handle-inner\.sh$''
|
''^tests/functional/local-overlay-store/stale-file-handle-inner\.sh$''
|
||||||
''^tests/functional/local-overlay-store/stale-file-handle\.sh$''
|
''^tests/functional/local-overlay-store/stale-file-handle\.sh$''
|
||||||
''^tests/functional/local-overlay-store/verify-inner\.sh$''
|
|
||||||
''^tests/functional/logging\.sh$''
|
''^tests/functional/logging\.sh$''
|
||||||
''^tests/functional/misc\.sh$''
|
''^tests/functional/misc\.sh$''
|
||||||
''^tests/functional/multiple-outputs\.sh$''
|
''^tests/functional/multiple-outputs\.sh$''
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ mountOverlayfs
|
||||||
## Initialise stores for test
|
## Initialise stores for test
|
||||||
|
|
||||||
# Realise a derivation from the lower store to propagate paths to overlay DB
|
# Realise a derivation from the lower store to propagate paths to overlay DB
|
||||||
nix-store --store "$storeB" --realise $drvPath
|
nix-store --store "$storeB" --realise "$drvPath"
|
||||||
|
|
||||||
# Also ensure dummy file exists in overlay DB
|
# Also ensure dummy file exists in overlay DB
|
||||||
dummyPath=$(nix-store --store "$storeB" --add ../dummy)
|
dummyPath=$(nix-store --store "$storeB" --add ../dummy)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue