mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Fix test on Linux
This commit is contained in:
parent
a884af983f
commit
bad740d32a
@ -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