diff -r 80540207516e -r 91bbfbf8c43e sbsv2/raptor/test/smoke_suite/export.py --- a/sbsv2/raptor/test/smoke_suite/export.py Mon Mar 01 17:57:13 2010 +0200 +++ b/sbsv2/raptor/test/smoke_suite/export.py Mon Mar 01 16:23:33 2010 +0000 @@ -75,7 +75,7 @@ t.command = "ls -l ${EPOCROOT}/epoc32/include/executable_file" t.mustmatch = [ "^.rwxrwxr.x .*executable_file.*$" ] t.targets = [] - t.run() + t.run("linux") t.usebash = False if t.result == SmokeTest.FAIL: