diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-11-20T15·44+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-11-20T15·44+0000 |
commit | 4213b8d8ec8cf478e43b0ec3dc4068e5e55f097a (patch) | |
tree | 2b95c8d933bae74c21d06ba7149d2ec1ab8924b0 /tests/init.sh | |
parent | eb86b6f5a5429075866eca40d3cc4b864e7499ae (diff) |
* Urgh.
Diffstat (limited to 'tests/init.sh')
-rw-r--r-- | tests/init.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/init.sh b/tests/init.sh index 58463684ed8e..c7d21ba076b9 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -65,6 +65,8 @@ for i in \ $NIX_BIN_DIR/nix/readmanifest.pm \ ; do sed < $i > $i.tmp \ + -e "s^$REAL_BIN_DIR/nix-store^$NIX_BIN_DIR/nix-store^" \ + -e "s^$REAL_BIN_DIR/nix-hash^$NIX_BIN_DIR/nix-hash^" \ -e "s^$REAL_LIBEXEC_DIR^$NIX_LIBEXEC_DIR^" \ -e "s^$REAL_LOCALSTATE_DIR^$NIX_LOCALSTATE_DIR^" \ -e "s^$REAL_DATA_DIR^$NIX_DATA_DIR^" \ |