Skip to content

Commit 0f3d2e6

Browse files
authored
Fix other.test_install after two PRs raced to land. NFC (#25969)
1 parent 66d06d4 commit 0f3d2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15113,7 +15113,7 @@ def test_parsetools_make_removed_fs_assert(self):
1511315113
@requires_git_checkout
1511415114
def test_install(self):
1511515115
self.run_process([PYTHON, path_from_root('tools/install.py'), 'newdir'], env=shared.env_with_node_in_path())
15116-
self.assertExists(utils.bat_suffix('newdir/emcc'))
15116+
self.assertExists('newdir/emcc.py')
1511715117
# Some files, such as as maintenance tools should not be part of the
1511815118
# install.
1511915119
self.assertNotExists('newdir/tools/maint/')

0 commit comments

Comments
 (0)