about summary refs log tree commit diff
path: root/tests/nix-pull.sh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-26T22·28-0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-26T22·28-0400
commit67c6f3eded7dcb7c79243ed41f177c960f2b6aad (patch)
tree792842e32598a9201fcee341469799e936da9dfa /tests/nix-pull.sh
parent50395b71a90314abfcc39d8343dbaa8e9aa199a6 (diff)
nix-push: Support generating a manifest again
This makes all the tests succeed.  Woohoo!
Diffstat (limited to 'tests/nix-pull.sh')
-rw-r--r--tests/nix-pull.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nix-pull.sh b/tests/nix-pull.sh
index 9a89676cb99f..79e7ae26b5cc 100644
--- a/tests/nix-pull.sh
+++ b/tests/nix-pull.sh
@@ -2,7 +2,7 @@ source common.sh
 
 pullCache () {
     echo "pulling cache..."
-    nix-pull file://$TEST_ROOT/manifest
+    nix-pull file://$TEST_ROOT/cache/MANIFEST
 }
 
 clearStore