Remove testlib.py from test.sh.

This commit is contained in:
David Wilson 2018-03-29 14:15:09 +05:45
parent d6f49a003b
commit 15194abb8c
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ run_test tests/responder_test.py
run_test tests/router_test.py run_test tests/router_test.py
run_test tests/select_test.py run_test tests/select_test.py
run_test tests/ssh_test.py run_test tests/ssh_test.py
run_test tests/testlib.py
run_test tests/utils_test.py run_test tests/utils_test.py
if [ "$fail" ]; then if [ "$fail" ]; then