diff options
author | Dan Peebles <pumpkin@me.com> | 2017-10-03T03·41-0400 |
---|---|---|
committer | Dan Peebles <pumpkin@me.com> | 2017-10-03T03·45-0400 |
commit | 3139cad9cd3aab9e1fe06b6fb5e9e11b3524aca2 (patch) | |
tree | a4a6b1164cbc8529017667225c46a11958d81cbc /tests/repair.sh | |
parent | f3e0d468218994343d0e595a50304cc122ad1406 (diff) |
Fix tests
`nix copy` no longer accepts a `--recursive` argument
Diffstat (limited to 'tests/repair.sh')
-rw-r--r-- | tests/repair.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/repair.sh b/tests/repair.sh index 57152d450a17..7c928e3be73c 100644 --- a/tests/repair.sh +++ b/tests/repair.sh @@ -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 |