summaryrefslogtreecommitdiff
path: root/tests/internals/cascache.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/internals/cascache.py')
-rw-r--r--tests/internals/cascache.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/internals/cascache.py b/tests/internals/cascache.py
index a35d50040..81273aeaf 100644
--- a/tests/internals/cascache.py
+++ b/tests/internals/cascache.py
@@ -47,9 +47,7 @@ def test_report_when_cascache_exist_not_cleanly(tmp_path, monkeypatch):
def test_report_when_cascache_is_forcefully_killed(tmp_path, monkeypatch):
dummy_buildbox_casd = tmp_path.joinpath("buildbox-casd")
- dummy_buildbox_casd.write_text(
- "#!/bin/bash\ntrap 'echo hello' SIGTERM\nwhile :\ndo\nsleep 60\ndone"
- )
+ dummy_buildbox_casd.write_text("#!/bin/bash\ntrap 'echo hello' SIGTERM\nwhile :\ndo\nsleep 60\ndone")
dummy_buildbox_casd.chmod(0o777)
monkeypatch.setenv("PATH", str(tmp_path), prepend=os.pathsep)