mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
tests: Use cp -ar
instead of tar-untar pipe
This commit is contained in:
parent
4a2cee8e6c
commit
eae2717e00
@ -34,7 +34,7 @@ nix-store --store "$storeB" --verify --check-contents
|
||||
# Make a backup so we can repair later
|
||||
backupStore="$storeVolume/backup"
|
||||
mkdir "$backupStore"
|
||||
tar -cC "$storeBRoot" nix | tar -xC "$backupStore"
|
||||
cp -ar "$storeBRoot/nix" "$backupStore"
|
||||
|
||||
|
||||
## Deliberately corrupt store paths
|
||||
|
Loading…
Reference in New Issue
Block a user