Remove sh tests which does not exist

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
This commit is contained in:
Petr "Stone" Hracek 2017-04-04 13:11:30 +02:00
commit 1a6efde80a

View file

@ -1,5 +1,5 @@
MODULE_LINT=/usr/lib/python2.7/site-packages/moduleframework/modulelint.py
CMD=python -m avocado run --filter-by-tags=-WIP $(MODULE_LINT) *.py *.sh
CMD=python -m avocado run --filter-by-tags=-WIP $(MODULE_LINT) *.py
#
check-docker: