mirror of
https://github.com/systemd/systemd.git
synced 2025-03-08 08:58:27 +03:00
test: drop forgotten format()
Follow-up to fda00958bb08f2920cf8d42c5212fb45bdb42d6d.
This commit is contained in:
parent
cbe25d0dcc
commit
2a843ec832
@ -82,7 +82,7 @@ class ExecutionResumeTest(unittest.TestCase):
|
||||
Type=oneshot
|
||||
ExecStart=/bin/bash -c "echo bar >> {self.output_file}"
|
||||
ExecStart=/bin/bash -c "echo baz >> {self.output_file}"
|
||||
'''.format(self.output_file)
|
||||
'''
|
||||
self.unit_files[UnitFileChange.REMOVAL] = unit_file_content
|
||||
|
||||
def reload(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user