TEST: Make it possible to use OSRELEASE with the version comparison functions

Make it possible to use OSRELEASE with the version comparison functions.
Currently it's set to a text string (eg. "6.5") but not set to a numeric type
(which it can't be since it's not a simple number).  This means that the shell
numeric comparison operators (eg. "-lt") cannot be used.

Signed-off-by: David Howells <dhowells@redhat.com>
2 files changed