# HG changeset patch # User Jon Chatten # Date 1269959090 -3600 # Node ID 7db5250b5d4c4f57c7ccff5e275fc3d2c77336a6 # Parent 220fb389a872c53d61e01243456b3a9df1a40db2 fixed permissions check for executable files exported on systems where 'ls' reports alternative access characters diff -r 220fb389a872 -r 7db5250b5d4c sbsv2/raptor/test/smoke_suite/export.py --- 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