|
From: Tom H. <to...@co...> - 2009-08-28 13:17:50
|
On 28/08/09 13:54, Ashley Pittman wrote: > As I only have access to Linux machines I've only been able to add the > "uname -o" output for Linux, somebody will need to edit lines 143 and > 144 of tests/vg_regtest.in with the values for aix and darwin before > this code is committed. Well on AIX 5.1 uname doesn't have a -o switch ;-) See: singer [~] % uname -o uname: Not a recognized flag: o Usage: uname [-snlrvmaxupfFMS:T:L] and much the same on 6.1 as well: bond [~] % uname -o uname: Not a recognized flag: o Usage: uname [-snlrvmaxupfFMWS:T:L] Maybe -s would be better? That prints "Linux" on linux and "AIX" on aix. Tom -- Tom Hughes (to...@co...) http://www.compton.nu/ |