From: Jouni Malinen Date: Sat, 30 Mar 2013 09:11:55 +0000 (+0200) Subject: tests: Set umask to avoid unexpected issues with hostapd sockets X-Git-Tag: aosp-kk-from-upstream~406 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcbccf1aae25fb5d83e8654332dc1809003c89b8;p=thirdparty%2Fhostap.git tests: Set umask to avoid unexpected issues with hostapd sockets buildbot seems to be running with more limited umask by default and that prevented the hostapd per-interface socket from being accessed. Signed-hostap: Jouni Malinen --- diff --git a/tests/hwsim/run-all.sh b/tests/hwsim/run-all.sh index fab475115..ee29480b3 100755 --- a/tests/hwsim/run-all.sh +++ b/tests/hwsim/run-all.sh @@ -1,6 +1,7 @@ #!/bin/sh errors=0 +umask 0002 ./start-p2p.sh ./run-p2p-tests.py || errors=1 ./start-ap.sh