1
0
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:
Julien Duponchelle 2015-04-28 15:31:00 +02:00
parent a884af983f
commit bad740d32a

View File

@ -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()