Skip to content

Commit d546841

Browse files
Ryan CaliRyan Cali
authored andcommitted
Removed 'mrcat' call from test_task.py and replaced with 'less'
1 parent eb7b894 commit d546841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/engine/tests/test_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ def test_audit_shellcommandtask_version(tmpdir):
10521052
shelly = ShellCommandTask(
10531053
name="shelly",
10541054
executable=cmd,
1055-
args="test.txt",
1055+
args="test_task.py",
10561056
audit_flags=AuditFlag.PROV,
10571057
messengers=FileMessenger(),
10581058
)

0 commit comments

Comments
 (0)