tests: Use proper admin group in start.sh
authorMichal Kazior <michal.kazior@tieto.com>
Fri, 8 Nov 2013 07:13:14 +0000 (08:13 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 9 Nov 2013 13:31:35 +0000 (15:31 +0200)
commitd65a593b1e863e06bd17bbb7c868cfdfa16dd407
treec2dc1f7349507cec315af45b91d23d8b93b144d9
parent58d6f91d16fb970513d265ad444dc1fddd7a4989
tests: Use proper admin group in start.sh

wpa_supplicant configuration files had a hardcoded GROUP=admin. The
start.sh script failed on a system without admin group (some systems
have it named adm).

Generate configuration files with appropriate GROUP in the log dir
and use them.

Signed-hostap: Michal Kazior <michal.kazior@tieto.com>
tests/hwsim/start.sh