mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merge spelling and grammar from 3.5
This commit is contained in:
commit
fff07e34fa
4 changed files with 4 additions and 4 deletions
|
@ -94,7 +94,7 @@ class BuildRpmTestCase(support.TempdirManager,
|
|||
@unittest.skipIf(find_executable('rpmbuild') is None,
|
||||
'the rpmbuild command is not found')
|
||||
def test_no_optimize_flag(self):
|
||||
# let's create a package that brakes bdist_rpm
|
||||
# let's create a package that breaks bdist_rpm
|
||||
tmp_dir = self.mkdtemp()
|
||||
os.environ['HOME'] = tmp_dir # to confine dir '.rpmdb' creation
|
||||
pkg_dir = os.path.join(tmp_dir, 'foo')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue