This commit is contained in:
Jörgen Stenarson 2011-07-12 19:19:38 +02:00
parent 5fcef9cac3
commit eea358698b

View File

@ -385,7 +385,7 @@ def run_iptestall():
# to clean up any junk files left over by accident. This also makes it
# robust against being run in non-writeable directories by mistake, as the
# temp dir will always be user-writeable.
curdir = os.getcwd()
curdir = os.getcwdu()
testdir = tempfile.gettempdir()
os.chdir(testdir)