Skip to content

Commit

Permalink
Changing mechanism for JAVA_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Aug 3, 2016
1 parent 411c149 commit 8faa995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shibboleth-idp.bats
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ load ../common
}

@test "exports JAVA_HOME" {
result="$(docker run -i $maintainer/$imagename echo $JAVA_HOME)"
result="$(docker run -i $maintainer/$imagename env | grep JAVA_HOME)"
[ "$result" != "" ]
}

Expand Down

0 comments on commit 8faa995

Please sign in to comment.