Skip to content

Commit

Permalink
squash: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Feb 4, 2025
1 parent d9cfa5a commit 20a2c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmt/steps/execute/internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def effective_pidfile_root() -> Path:
# the test. Test script may be a single command, but also a multiline,
# complicated shell script. To avoid issues with quotes and escaping
# things here and there, tmt saves the test script into the inner
# wrapper, and then the outer wrapper can work with just a single a
# single executable shell script.
# wrapper, and then the outer wrapper can work with just a single
# executable shell script.
#
# For the duration of the test, the outer wrapper creates so-called
# "test pidfile". The pidfile contains outer wrapper PID and path to the
Expand Down

0 comments on commit 20a2c2b

Please sign in to comment.