fixed permissions check for executable files exported on systems where 'ls' reports alternative access characters
--- a/sbsv2/raptor/test/smoke_suite/export.py Tue Mar 30 11:52:44 2010 +0100
+++ b/sbsv2/raptor/test/smoke_suite/export.py Tue Mar 30 15:24:50 2010 +0100
@@ -73,7 +73,7 @@
t.name = "export"
t.usebash = True
t.command = "ls -l ${EPOCROOT}/epoc32/include/executable_file"
- t.mustmatch = [ "^.rwxrwxr.x .*executable_file.*$" ]
+ t.mustmatch = [ "^.rwxrwxr.x[\.\+]? .*executable_file.*$" ]
t.targets = []
t.run("linux")
t.usebash = False