diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 9fe2d1679..3191583dd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -21,11 +21,11 @@ check-root: cd touch && $(MAKE) check TESTS=fifo cd mv && $(MAKE) check TESTS=mv-special-1 -check-recursive: envvar-check root-hint +check-recursive: evar-check root-hint # Warn when `make check' is run with POSIXLY_CORRECT or CDPATH set. -.PHONY: envvar-check -envvar-check: +.PHONY: evar-check +evar-check: test "$${POSIXLY_CORRECT+set}" = set \ && sed s/%%/POSIXLY_CORRECT/ $(srcdir)/.env-warn || : test "$${CDPATH+set}" = set \ |