about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2008-11-20T15·08+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2008-11-20T15·08+0000
commit3d2035ea86ce70c3a9f90120578271399ffd961e (patch)
tree6b0d391dc605eb0ff827ddae68384d59c0b4d1a1 /tests
parent285d26374aac69d2bbd1df31bc76686ad39171a4 (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')
-rw-r--r--tests/init.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/init.sh b/tests/init.sh
index 9beaf086d6..58463684ed 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^" \