Skip to content

Commit e16249b

Browse files
committed
[OPENJDK-3655] test for files with u+x and not o+x
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent f127de2 commit e16249b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/features/imagebasic.feature

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@ Feature: Tests for all openshift images
1313
Scenario: Check that builder labels are correctly set
1414
Given image is built
1515
Then the image should contain label io.openshift.s2i.scripts-url with value image:///usr/libexec/s2i
16+
17+
@ubi10
18+
Scenario: Check installed scripts are executable by all users (OPENJDK-3655)
19+
When container is started with args
20+
| arg | value |
21+
| command | find /opt/jboss/container -type f -perm -g+x ( ! -perm -o+x ) -ls |
22+
Then available container log should not contain /opt/jboss/container

0 commit comments

Comments
 (0)