mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-19 03:06:32 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
30ff5510d9
@ -109,7 +109,7 @@ def test_get_abs_image_path(qemu, tmpdir):
|
|||||||
|
|
||||||
|
|
||||||
def test_get_relative_image_path(qemu, tmpdir):
|
def test_get_relative_image_path(qemu, tmpdir):
|
||||||
os.makedirs(str(tmpdir / "Qemu"))
|
os.makedirs(str(tmpdir / "QEMU"))
|
||||||
path1 = str(tmpdir / "test1.bin")
|
path1 = str(tmpdir / "test1.bin")
|
||||||
open(path1, 'w+').close()
|
open(path1, 'w+').close()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user