diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-07T14·35+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-07T14·35+0000 |
commit | 7d876f8fa7b6c3ce120a66b59f69b70ae526538b (patch) | |
tree | 575968bbd3fd64b694b06dcb1f6e05aa80dea815 /tests/init.sh | |
parent | 10c429c757625c4c36319751f6d87b8990677c1f (diff) |
* Get rid of fetchurl, we don't need it anymore.
Diffstat (limited to 'tests/init.sh')
-rw-r--r-- | tests/init.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/init.sh b/tests/init.sh index b39688fbe91f..435fc37276aa 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -41,7 +41,6 @@ cp -pr $TOP/corepkgs $NIX_DATA_DIR/nix/ # (and likely to fail). for i in \ $NIX_DATA_DIR/nix/corepkgs/nar/nar.sh \ - $NIX_DATA_DIR/nix/corepkgs/fetchurl/builder.sh \ $NIX_BIN_DIR/nix/download-using-manifests.pl \ $NIX_BIN_DIR/nix-prefetch-url \ $NIX_BIN_DIR/nix-collect-garbage \ |