diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 762808e..8aa773e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,7 @@ modindex: $(nsindex) test: check check: - @PATH="$(PATH):$(CURDIR)/node_modules/mocha/bin" \ + PATH="$(PATH):$(CURDIR)/node_modules/mocha/bin" \ mocha @NODE_DESTRUCTURE@ \ --require $(path_test)/pre.js \ --recursive \ |