Don't run executable file mode preservation test on windows since it doesn't have the concept. fix
authortimothy.murphy@nokia.com
Mon, 01 Mar 2010 16:23:33 +0000
branchfix
changeset 289 91bbfbf8c43e
parent 288 80540207516e
child 290 5190d528364b
Don't run executable file mode preservation test on windows since it doesn't have the concept.
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: