summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_crashers.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_crashers.py')
-rw-r--r--Lib/test/test_crashers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_crashers.py b/Lib/test/test_crashers.py
index 58dfd00..31b7120 100644
--- a/Lib/test/test_crashers.py
+++ b/Lib/test/test_crashers.py
@@ -11,7 +11,7 @@ import test.support
from test.support.script_helper import assert_python_failure
CRASHER_DIR = os.path.join(os.path.dirname(__file__), "crashers")
-CRASHER_FILES = os.path.join(CRASHER_DIR, "*.py")
+CRASHER_FILES = os.path.join(glob.escape(CRASHER_DIR), "*.py")
infinite_loops = ["infinite_loop_re.py", "nasty_eq_vs_dict.py"]