mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
lvmdbustest: Don't use hard coded /tmp for error inject log
This commit is contained in:
parent
66e79aab36
commit
568e8c71d7
@ -42,7 +42,7 @@ def rs(length, character_set=CS):
|
|||||||
|
|
||||||
RS = rs(512)
|
RS = rs(512)
|
||||||
|
|
||||||
d_out = open("/tmp/mitm_lvm.txt", "a")
|
d_out = open(os.path.join(tempfile.gettempdir(), "mitm_lvm.txt"), "a")
|
||||||
|
|
||||||
|
|
||||||
def debug(msg):
|
def debug(msg):
|
||||||
|
Loading…
Reference in New Issue
Block a user