summaryrefslogtreecommitdiff
path: root/Lib/test/test_gettext.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_gettext.py')
-rw-r--r--Lib/test/test_gettext.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_gettext.py b/Lib/test/test_gettext.py
index 5e61ba5dd4..d31cac2091 100644
--- a/Lib/test/test_gettext.py
+++ b/Lib/test/test_gettext.py
@@ -140,8 +140,8 @@ def teardown():
try:
setup()
- test_api_1('.', MOFILE)
- test_api_2('.', MOFILE)
+ test_api_1(os.curdir, MOFILE)
+ test_api_2(os.curdir, MOFILE)
finally:
teardown()
pass