summaryrefslogtreecommitdiffstats
path: root/scripts/qemuimage-testlib
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/qemuimage-testlib')
-rw-r--r--scripts/qemuimage-testlib6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib
index 720ee8f407..c3cf7c1ec2 100644
--- a/scripts/qemuimage-testlib
+++ b/scripts/qemuimage-testlib
@@ -395,11 +395,11 @@ Test_Create_Qemu()
395 local ret=1 395 local ret=1
396 local up_time=0 396 local up_time=0
397 397
398 which poky-qemu 398 which runqemu
399 if [ $? -eq 0 ]; then 399 if [ $? -eq 0 ]; then
400 RUNQEMU=`which poky-qemu` 400 RUNQEMU=`which runqemu`
401 else 401 else
402 Test_Error "Can not find poky-qemu in \$PATH, return fail" 402 Test_Error "Can not find runqemu in \$PATH, return fail"
403 exit 1 403 exit 1
404 fi 404 fi
405 405