tests/run-tests
changeset 925 5a034646e472
parent 839 9c918287d10b
child 1279 8ab1c07d4e0b
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -52,13 +52,6 @@ cd ..
 if ${PYTHON-python} setup.py install --home="$INST" > tests/install.err 2>&1
 then
     rm tests/install.err
-    mv "$INST/bin/hg" "$INST/bin/hg.real"
-    (
-	echo '#!/bin/sh'
-	echo 'echo "+ hg $@"'
-	echo 'exec hg.real "$@"'
-    ) > "$INST/bin/hg"
-    chmod 755 "$INST/bin/hg"
 else
     cat tests/install.err
     exit 1