]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Set umask to avoid unexpected issues with hostapd sockets
authorJouni Malinen <j@w1.fi>
Sat, 30 Mar 2013 09:11:55 +0000 (11:11 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 30 Mar 2013 09:11:55 +0000 (11:11 +0200)
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 <j@w1.fi>

tests/hwsim/run-all.sh

index fab475115610b15489f0f17b0528e295a3c9ba04..ee29480b339b51bb166d08010b82cb603d65d9f1 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 errors=0
+umask 0002
 ./start-p2p.sh
 ./run-p2p-tests.py || errors=1
 ./start-ap.sh