From: Jouni Malinen Date: Sat, 9 Nov 2013 13:34:29 +0000 (+0200) Subject: tests: Remove duplicated mkdir for LOGDIR X-Git-Tag: hostap_2_1~564 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b89ae3aa32fd87b5245c63cd63cfbd3682e276;p=thirdparty%2Fhostap.git tests: Remove duplicated mkdir for LOGDIR LOGDIR directory is created automatically if LOGDIR variable was not set. If the variable is set, that directory is expected to exist. Signed-hostap: Jouni Malinen --- diff --git a/tests/hwsim/start.sh b/tests/hwsim/start.sh index bf55c1af5..86900d1b0 100755 --- a/tests/hwsim/start.sh +++ b/tests/hwsim/start.sh @@ -62,7 +62,6 @@ if [ "$CONCURRENT" = "y" ]; then sudo iw wlan1 interface add sta1 type station sudo iw wlan2 interface add sta2 type station fi -mkdir -p $LOGDIR sudo ifconfig hwsim0 up sudo $WLANTEST -i hwsim0 -n $LOGDIR/hwsim0.pcapng -c -d > $LOGDIR/hwsim0 & for i in 0 1 2; do