| commit | 783ae4625b694bc09b24ec2084cb64c3267a15e5 | [log] [tgz] |
|---|---|---|
| author | Christopher Wiley <wiley@google.com> | Fri Jul 29 11:18:25 2016 -0700 |
| committer | Christopher Wiley <wiley@google.com> | Fri Jul 29 11:18:55 2016 -0700 |
| tree | 8572a7a2007568de8a673bc16ab804241d66e35f | |
| parent | d88b136ca46bd117f9098d487ec726807ecad0a3 [diff] |
Fix libwifi-system unit tests Bug: 30311493 Change-Id: I117433e486d65e408ed523a4d5f10d0c49562399 Test: These pass again.
diff --git a/libwifi_system/tests/hostapd_manager_unittest.cpp b/libwifi_system/tests/hostapd_manager_unittest.cpp index f8ebd99..048d473 100644 --- a/libwifi_system/tests/hostapd_manager_unittest.cpp +++ b/libwifi_system/tests/hostapd_manager_unittest.cpp
@@ -37,7 +37,7 @@ #define CONFIG_COMMON_PREFIX \ "interface=foobar0\n" \ "driver=nl80211\n" \ - "ctrl_interface=/data/misc/wifi/hostapd\n" \ + "ctrl_interface=/data/misc/wifi/hostapd/ctrl\n" \ "ssid2=68656c6c6f" "6973" "6974" "6d65\n" \ "channel=2\n" \ "ieee80211n=1\n" \