mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02: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):
|
||||
os.makedirs(str(tmpdir / "Qemu"))
|
||||
os.makedirs(str(tmpdir / "QEMU"))
|
||||
path1 = str(tmpdir / "test1.bin")
|
||||
open(path1, 'w+').close()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user