Skip to content

Commit 18ee5a6

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

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
@@ -15,3 +15,10 @@ Feature: Tests for all openshift images
1515
Scenario: Check that builder labels are correctly set
1616
Given image is built
1717
Then the image should contain label io.openshift.s2i.scripts-url with value image:///usr/local/s2i
18+
19+
@ubi9
20+
Scenario: Check installed scripts are executable by all users (OPENJDK-3655)
21+
When container is started with args
22+
| arg | value |
23+
| command | find /opt/jboss/container -type f -perm -g+x ( ! -perm -o+x ) -ls |
24+
Then available container log should not contain /opt/jboss/container

0 commit comments

Comments
 (0)