diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-09-04T15·38+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-09-04T15·38+0000 |
commit | 9441550acb34cf35f6cd3859d3672adca79551d9 (patch) | |
tree | 9a6cc5ec0f3011841923a93d50035ae7ddbdf9d1 /tests/nix-pull.sh | |
parent | 7b20c0ed4b3ef518c1f55bfbb2ece932539f35ea (diff) |
* nix-push / generate-patches: bzip the manifest.
Diffstat (limited to 'tests/nix-pull.sh')
-rw-r--r-- | tests/nix-pull.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nix-pull.sh b/tests/nix-pull.sh index 5ef3e55cae51..d2309742d217 100644 --- a/tests/nix-pull.sh +++ b/tests/nix-pull.sh @@ -2,7 +2,7 @@ source common.sh pullCache () { echo "pulling cache..." - $PERL -w -I$TOP/scripts $TOP/scripts/nix-pull file://$TEST_ROOT/manifest + $NIX_BIN_DIR/nix-pull file://$TEST_ROOT/manifest } clearStore |