summaryrefslogtreecommitdiffstats
path: root/runtests.sh
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-08-29 18:15:48 (GMT)
committerGuido van Rossum <guido@python.org>2007-08-29 18:15:48 (GMT)
commit5f7b087f6685e1f5ee1815781566834d62831982 (patch)
tree76c607edd3030ca7740f8aa3128051a94c68e1eb /runtests.sh
parentdcce8391d1c76ebc6f81a0d22224e29f0a9f0c49 (diff)
downloadcpython-5f7b087f6685e1f5ee1815781566834d62831982.zip
cpython-5f7b087f6685e1f5ee1815781566834d62831982.tar.gz
cpython-5f7b087f6685e1f5ee1815781566834d62831982.tar.bz2
Unset PYTHONPATH, for my convenience.
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtests.sh b/runtests.sh
index 48b9858..d5b1c35 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -22,6 +22,9 @@ CYGWIN*) PYTHON=./python.exe;;
*) PYTHON=./python;;
esac
+# Unset PYTHONPATH, just to be sure.
+unset PYTHONPATH
+
# Create the output directory if necessary.
mkdir -p OUT