From fcbccf1aae25fb5d83e8654332dc1809003c89b8 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 30 Mar 2013 11:11:55 +0200 Subject: [PATCH] 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 --- tests/hwsim/run-all.sh | 1 + 1 file changed, 1 insertion(+) 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