Skip to content

Commit

Permalink
Fix change
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMarcel99 committed Aug 29, 2024
1 parent 9381219 commit 5c435b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/modules/test_zos_blockinfile_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ def test_ds_tmp_hlq_option(ansible_zos_module):
hosts.all.shell(cmd=f"echo \"{content}\" > {temp_file}")
cmd_str = f"cp {quote(temp_file)} \"//'{ds_full_name}'\" "
hosts.all.shell(cmd=cmd_str)
hosts.all.shell(cmd="rm -rf " + "/tmp/zos_lineinfile/")
hosts.all.shell(cmd="rm " + ds_full_name)
results = hosts.all.shell(cmd=f"cat \"//'{ds_full_name}'\" | wc -l ")
for result in results.contacted.values():
assert int(result.get("stdout")) != 0
Expand Down

0 comments on commit 5c435b7

Please sign in to comment.