]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - Makefile
Makefile: test_full: use exit instead of return
[zsh-autoenv.git] / Makefile
index b43d7097990801d24614fc827a80f1c7f958ac42..ebfb971e82b8bfed129e67c11d94ee9ed328cc1c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ test_full:
                        echo; \
                done; \
        done; \
-       return $$ret
+       exit $$ret
 
 # Define targets for test files, with relative and abolute path.
 # Use verbose output, which is useful with Vim's 'errorformat'.