diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2017-10-03T09·06+0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-03T09·06+0200 |
commit | fce24b7d6caec14645cafebf4cecb5b150761796 (patch) | |
tree | a4a6b1164cbc8529017667225c46a11958d81cbc /tests/repair.sh | |
parent | f3e0d468218994343d0e595a50304cc122ad1406 (diff) | |
parent | 3139cad9cd3aab9e1fe06b6fb5e9e11b3524aca2 (diff) |
Merge pull request #1587 from copumpkin/fix-tests
Fix tests
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 |