diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-11-20T15·08+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-11-20T15·08+0000 |
commit | 3d2035ea86ce70c3a9f90120578271399ffd961e (patch) | |
tree | 6b0d391dc605eb0ff827ddae68384d59c0b4d1a1 /tests/init.sh | |
parent | 285d26374aac69d2bbd1df31bc76686ad39171a4 (diff) |
* Blindly doing a replacement of occurences of $bindir (when running
the tests) is a bad idea when $bindir = /usr and some programs (like perl) live there. Fortunately it doesn't seem to be needed 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 9beaf086d612..58463684ed8e 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -65,7 +65,6 @@ for i in \ $NIX_BIN_DIR/nix/readmanifest.pm \ ; do sed < $i > $i.tmp \ - -e "s^$REAL_BIN_DIR^$NIX_BIN_DIR^" \ -e "s^$REAL_LIBEXEC_DIR^$NIX_LIBEXEC_DIR^" \ -e "s^$REAL_LOCALSTATE_DIR^$NIX_LOCALSTATE_DIR^" \ -e "s^$REAL_DATA_DIR^$NIX_DATA_DIR^" \ |