tests: Silence chmod errors

These will fail if used on a readonly file system and are only needed
for valgrind runs.

Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2013-10-30 19:55:00 +02:00
parent f72434b43e
commit 3b464a3c21

View file

@ -33,8 +33,8 @@ if [ "$1" = "valgrind" ]; then
VALGRIND=y
VALGRIND_WPAS="valgrind --log-file=$LOGDIR/$DATE-valgrind-wlan%d"
VALGRIND_HAPD="valgrind --log-file=$LOGDIR/$DATE-valgrind-hostapd"
chmod a+rx $WPAS
chmod a+rx $HAPD
chmod -f a+rx $WPAS
chmod -f a+rx $HAPD
shift
else
unset VALGRIND