mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-20 00:03:56 +00:00
Fix more tests
This commit is contained in:
@ -32,7 +32,7 @@ from unittest.mock import patch, MagicMock
|
||||
def fake_qemu_img_binary(tmpdir):
|
||||
|
||||
if sys.platform.startswith("win"):
|
||||
bin_path = str(tmpdir / "qemu-img.exe")
|
||||
bin_path = str(tmpdir / "qemu-img.EXE")
|
||||
else:
|
||||
bin_path = str(tmpdir / "qemu-img")
|
||||
with open(bin_path, "w+") as f:
|
||||
|
Reference in New Issue
Block a user