projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbe25d0
)
test: drop forgotten format()
author
Frantisek Sumsal
<frantisek@sumsal.cz>
Tue, 13 Sep 2022 18:07:22 +0000
(20:07 +0200)
committer
Frantisek Sumsal
<frantisek@sumsal.cz>
Tue, 13 Sep 2022 19:03:04 +0000
(21:03 +0200)
Follow-up to
fda00958bb08f2920cf8d42c5212fb45bdb42d6d
.
test/test-exec-deserialization.py
patch
|
blob
|
history
diff --git
a/test/test-exec-deserialization.py
b/test/test-exec-deserialization.py
index 46627add91a33d8aef4a4fd8ff4d697446d79957..d579700fa49b6886997e7dd4635a405a062c9720 100755
(executable)
--- a/
test/test-exec-deserialization.py
+++ b/
test/test-exec-deserialization.py
@@
-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):