From eea358698b35ef60512e89808e7aa91ce421ddf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rgen=20Stenarson?= Date: Tue, 12 Jul 2011 19:19:38 +0200 Subject: [PATCH] --- IPython/testing/iptest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index b547a32f1..12149c850 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -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)