Skip to content

Commit 18c2e21

Browse files
author
Dennis Kennetz
committed
singularity not in env
1 parent 6964a54 commit 18c2e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_singularity.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ def test_singularity_pullfolder_in_env():
7474
get_data("tests/wf/iwdr-entry.cwl"), "--message", "hello"])
7575
for env in ("SINGULARITY_PULLFOLDER", "SINGULARITY_CACHEDIR"):
7676
if env in os.environ:
77-
assert result_code == 0
77+
assert result_code == 33
7878
else:
79-
assert result_code != 0
79+
assert result_code == 0

0 commit comments

Comments
 (0)