diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index be60023c1a9..ab817f3544b 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -741,7 +741,6 @@ _expectations = { test_pwd test_resource test_signal - test_sqlite test_sunaudiodev test_threadsignals test_timing diff --git a/Tools/buildbot/external.bat b/Tools/buildbot/external.bat index 918d759da31..a1758e3e52a 100644 --- a/Tools/buildbot/external.bat +++ b/Tools/buildbot/external.bat @@ -32,4 +32,4 @@ if not exist tcl8.4.12 ( @rem sqlite if not exist sqlite-source-3.3.4 svn export http://svn.python.org/projects/external/sqlite-source-3.3.4 -if not exist build/Python/PCbuild/sqlite3.dll copy sqlite-source-3.3.4/sqlite3.dll build/Python/PCbuild +if not exist build\Python\PCbuild\sqlite3.dll copy sqlite-source-3.3.4\sqlite3.dll build\Python\PCbuild