tests: Switch default python version to 3

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
This commit is contained in:
Masashi Honma 2019-02-12 17:59:40 +09:00 committed by Jouni Malinen
parent 258d88248b
commit 432496cdd8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3
#
# Test case executor
# Copyright (c) 2013-2015, Jouni Malinen <j@w1.fi>

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3
#
# Parallel VM test case executor
# Copyright (c) 2014-2018, Jouni Malinen <j@w1.fi>