diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2006-09-14 03:44:52 +0000 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2006-09-14 03:44:52 +0000 |
commit | d840d48c3d3854346fa8a12651825b99caf815e2 (patch) | |
tree | 53e02e4b0a4a2c1b931dd24efaa2bad6f6314f5b /tests | |
parent | c70b1d02c62307a7cbad1fc1b4daa12f04ac34da (diff) |
Update for Redhat Desktop
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/include/linux_distro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include/linux_distro b/tests/include/linux_distro index 503504b..3dc503a 100755 --- a/tests/include/linux_distro +++ b/tests/include/linux_distro @@ -53,7 +53,7 @@ our %version_match = ( 'suse' => 'VERSION = (.*)',
'fedora' => 'Fedora Core release (\d+) \(',
'redflag' => 'Red Flag (?:Desktop|Linux) (?:release |\()(.*?)(?: \(.+)?\)',
- 'redhat' => 'Red Hat Linux release (.*) \(',
+ 'redhat' => 'Red Hat (?:Desktop|Linux) release (.*) \(',
'slackware' => '^Slackware (.+)$',
'mandriva' => 'Mandriva Linux release (\d+.\d+) \(',
'arch' => 'Arch Linux (.*) \(',
|