about summary refs log tree commit diff
path: root/tests/repair.sh
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2017-10-03T03·41-0400
committerDan Peebles <pumpkin@me.com>2017-10-03T03·45-0400
commit3139cad9cd3aab9e1fe06b6fb5e9e11b3524aca2 (patch)
treea4a6b1164cbc8529017667225c46a11958d81cbc /tests/repair.sh
parentf3e0d468218994343d0e595a50304cc122ad1406 (diff)
Fix tests
`nix copy` no longer accepts a `--recursive` argument
Diffstat (limited to 'tests/repair.sh')
-rw-r--r--tests/repair.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/repair.sh b/tests/repair.sh
index 57152d450a..7c928e3be7 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