diff options
author | Nir Soffer <nirsof@gmail.com> | 2020-08-29 02:21:51 +0300 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2020-09-15 11:05:12 +0200 |
commit | 3192fad7f789404dce6041d01400db3c16a0b5d1 (patch) | |
tree | 8d084a0ec912d9440b3a6e04e86b29d7442f3747 /tests/qemu-iotests/010.out | |
parent | a242b19e80faa95fd5856fca2d4115e853d465b1 (diff) |
qemu-iotests: Merge FilePaths and FilePath
FilePath creates now one temporary file:
with FilePath("a") as a:
Or more:
with FilePath("a", "b", "c") as (a, b, c):
This is also the behavior of the file_path() helper, used by some of the
tests. Now we have only 2 helpers for creating temporary files instead
of 3.
Signed-off-by: Nir Soffer <nsoffer@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200828232152.205833-5-nsoffer@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/010.out')
0 files changed, 0 insertions, 0 deletions