Skip to content

Commit dcc5c3b

Browse files
committed
Remove test reference to install_restricted_files.sh
1 parent 89c1839 commit dcc5c3b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/workflow_utils/test_install_workflow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ def test_install_workflow(monkeypatch, tmp_path):
125125
assert wd.is_dir()
126126
# Regular files are coped.
127127
assert (wd / "flow.cylc").is_file()
128-
# Scripts are made executable.
129-
assert (wd / "install_restricted_files.sh").stat().st_mode & stat.S_IXUSR
130128
# Conda environment is linked.
131129
assert (wd / "conda-environment").is_symlink()
132130
assert (wd / "conda-environment").readlink() == conda_env

0 commit comments

Comments
 (0)