diff --git a/base/run/rm_fault.run b/base/run/rm_fault.run index 476297ea16..15d4bf91d2 100644 --- a/base/run/rm_fault.run +++ b/base/run/rm_fault.run @@ -1,5 +1,5 @@ -if {[have_spec linux] || [have_spec nova] || [have_spec pistachio]} { - puts "Platform doea not support managed dataspaces"; exit } +if {[have_spec linux] || [have_spec pistachio]} { + puts "Platform does not support managed dataspaces"; exit } build "core init test/rm_fault"