NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/57284: Unit test for envstat fails in ATF Tests suite on one machine
That test case is poorly written. It has a fixed list of three(!) device
types that it tries, all of them very x86-centric.
Instead it should extract names from envstat, like:
devices=$( envstat -D|awk '{print $1}' )
Martin
Home |
Main Index |
Thread Index |
Old Index