about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/init.sh1
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^" \