From 1f75805d545e364b10268a0515099cfd19ff85ce Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Mon, 9 Dec 2013 10:36:35 +0100 Subject: [PATCH] fs run: fix Qemu ATAPI compatibility test --- libports/run/libc_filesystem_test.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libports/run/libc_filesystem_test.inc b/libports/run/libc_filesystem_test.inc index 851d20ab0d..72454abcc7 100644 --- a/libports/run/libc_filesystem_test.inc +++ b/libports/run/libc_filesystem_test.inc @@ -36,7 +36,7 @@ if {![is_qemu_available]} { exit 0 } -if {[have_spec x86]} { +if {[expr $use_atapi_drv && [have_spec x86]]} { set qemu "qemu-system-i386" if {[have_spec 64bit]} { set qemu "qemu-system-x86_64" }