summaryrefslogtreecommitdiff
path: root/Lib/test/test_gdb.py
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2016-08-25 21:12:16 -0700
committerRaymond Hettinger <python@rcn.com>2016-08-25 21:12:16 -0700
commitf74c33ad5c94f1f07f574336dc2d5a6345acdcc7 (patch)
tree7de71390a5ea30877d31e56c5fabf44529c86fd2 /Lib/test/test_gdb.py
parent8f2ee0d5ffe82c5873bff914835724be0107b0c6 (diff)
parent7ea386e56e76deb2ceeb87c0ac4b346e24cd82e1 (diff)
downloadcpython-git-f74c33ad5c94f1f07f574336dc2d5a6345acdcc7.tar.gz
Merge
Diffstat (limited to 'Lib/test/test_gdb.py')
-rw-r--r--Lib/test/test_gdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_gdb.py b/Lib/test/test_gdb.py
index 730b628b58..9751b056c1 100644
--- a/Lib/test/test_gdb.py
+++ b/Lib/test/test_gdb.py
@@ -90,7 +90,7 @@ if not gdbpy_version:
raise unittest.SkipTest("gdb not built with embedded python support")
# Verify that "gdb" can load our custom hooks, as OS security settings may
-# disallow this without a customised .gdbinit.
+# disallow this without a customized .gdbinit.
_, gdbpy_errors = run_gdb('--args', sys.executable)
if "auto-loading has been declined" in gdbpy_errors:
msg = "gdb security settings prevent use of custom hooks: "