Skip to content

Commit

Permalink
tests: cleanup after test
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hopps <[email protected]>
  • Loading branch information
choppsv1 committed Jun 6, 2024
1 parent 8495a72 commit b2ce039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mutest/mutest_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
)

step("h1", "(sleep 2 && touch foo) &")

wait_step(
"h1",
"ls",
"foo",
"found file foo",
)
step("h1", "rm -f foo")

0 comments on commit b2ce039

Please sign in to comment.