Skip to content

Commit e759661

Browse files
committed
[OPENJDK-104] test for JAVA_APP_NAME with spaces
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 8da45db commit e759661

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/features/java/runtime.feature

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@ Feature: Openshift OpenJDK Runtime tests
3535
| variable | value |
3636
| JAVA_ARGS | unique |
3737
Then container log should not contain unique unique
38+
39+
@ubi8
40+
Scenario: Check JAVA_APP_NAME can contain spaces (OPENJDK-104)
41+
Given container is started with env
42+
| variable | value |
43+
| JAVA_APP_NAME | foo bar |
44+
Then container log should not contain exec: bar': not found

0 commit comments

Comments
 (0)