Skip to content

Commit cebfc45

Browse files
Fix test_shells after merge
Signed-off-by: Jean-Christophe Morin <[email protected]>
1 parent 25665f5 commit cebfc45

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/rez/tests/test_shells.py

+1-7
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,7 @@ def setUpClass(cls):
5151
packages_path = os.path.join(cls.root, "packages")
5252
os.makedirs(packages_path)
5353

54-
# on windows, we need to install both
55-
# executable types of executable scripts, hello_world.py
56-
# for cmd / powershell and hello_world for gitbash
57-
if platform_.name == "windows":
58-
hello_world.bind(packages_path, py_script_mode="both")
59-
else:
60-
hello_world.bind(packages_path)
54+
hello_world.bind(packages_path)
6155

6256
cls.settings = dict(
6357
packages_path=[packages_path],

0 commit comments

Comments
 (0)