1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-12 23:15:08 +02:00

Fix tests

`nix copy` no longer accepts a `--recursive` argument
This commit is contained in:
Dan Peebles 2017-10-02 23:41:29 -04:00
parent f3e0d46821
commit 3139cad9cd
3 changed files with 4 additions and 4 deletions

View file

@ -46,7 +46,7 @@ fi
# --verify can fix it.
clearCache
nix copy --recursive --to file://$cacheDir $path
nix copy --to file://$cacheDir $path
chmod u+w $path2
rm -rf $path2