Skip to content

Commit 74994b7

Browse files
Amend test
1 parent 4a032dc commit 74994b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_sysconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def test_srcdir(self):
533533
# <srcdir>/PC/pyconfig.h.in always exists even if unused
534534
pyconfig_h = os.path.join(srcdir, 'PC', 'pyconfig.h.in')
535535
self.assertTrue(os.path.exists(pyconfig_h), pyconfig_h)
536-
pyconfig_h_in = os.path.join(srcdir, 'pyconfig.h.in')
536+
pyconfig_h_in = os.path.join(srcdir, 'Include', 'pyconfig.h.in')
537537
self.assertTrue(os.path.exists(pyconfig_h_in), pyconfig_h_in)
538538
if os.name == 'nt':
539539
# <executable dir>/pyconfig.h exists on Windows in a build tree

0 commit comments

Comments
 (0)