fixed permissions check for executable files exported on systems where 'ls' reports alternative access characters fix
authorJon Chatten
Tue, 30 Mar 2010 15:24:50 +0100
branchfix
changeset 421 7db5250b5d4c
parent 420 220fb389a872
child 422 f73eee123484
child 423 48d025ecec3c
fixed permissions check for executable files exported on systems where 'ls' reports alternative access characters
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