]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Replace subprocess.call for rm with os.remove()
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 6 Feb 2015 22:15:01 +0000 (00:15 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 7 Feb 2015 13:37:13 +0000 (15:37 +0200)
commitb638f70316bae7e26fca13505e75ebd9563c8e4e
tree8076c35cc70e8aa7dfe33b9d8ec7ddc69329ed78
parent592015c3c101213df16ccdb675fe50471628ba70
tests: Replace subprocess.call for rm with os.remove()

There is no need to use sudo and external rm to remove files now that
run-tests.py is required to run as root.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_ap_eap.py
tests/hwsim/test_ap_wps.py