Fix typo in usb_hid test script

This commit is contained in:
Christian Helmuth 2017-09-08 17:50:13 +02:00
parent b20b14de27
commit b586b00845
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ if { [get_cmd_switch --autopilot] && [have_include "power_on/qemu"] } {
exit 0
}
if { [get_cmd_switch --autopilot] && ![have_spec x86_x64] } {
if { [get_cmd_switch --autopilot] && ![have_spec x86_64] } {
puts "Run script does not support autopilot mode on this platform"
exit 0
}