diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 5de061ff..870901da 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ test: echo "Testing $$FILE..."; \ RANGER_DOCTEST=1 PYTHONPATH=".:"$$PYTHONPATH ${PYTHON} $$FILE; \ done - @if type -t py.test > /dev/null; then \ + @if type py.test > /dev/null; then \ echo "Running py.test tests..."; \ py.test tests; \ else \ |