diff options
| author | Julio Merino <jmmv@FreeBSD.org> | 2014-07-09 00:55:50 +0000 |
|---|---|---|
| committer | Julio Merino <jmmv@FreeBSD.org> | 2014-07-09 00:55:50 +0000 |
| commit | 64dc02450bd1cbbf1380d2aeff195e07db51c4c4 (patch) | |
| tree | f043c7ef19d8bb1cb034c6e77e7dbb06726714c8 /libexec/atf | |
| parent | ba8cd08ba951a68946b49115fc07a16cd59829c8 (diff) | |
Notes
Diffstat (limited to 'libexec/atf')
| -rw-r--r-- | libexec/atf/atf-sh/tests/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libexec/atf/atf-sh/tests/Makefile b/libexec/atf/atf-sh/tests/Makefile index c7a8ffbf5325..e71b6b53a6b4 100644 --- a/libexec/atf/atf-sh/tests/Makefile +++ b/libexec/atf/atf-sh/tests/Makefile @@ -10,12 +10,15 @@ ATF= ${.CURDIR:H:H:H:H}/contrib/atf ATF_TESTS_SH+= atf_check_test ATF_TESTS_SH+= config_test ATF_TESTS_SH+= integration_test -ATF_TESTS_SH_SED_integration_test= \ - -e 's,/usr/bin/env *atf-sh,/usr/libexec/atf-sh,g' ATF_TESTS_SH+= normalize_test ATF_TESTS_SH+= tc_test ATF_TESTS_SH+= tp_test +integration_test: Makefile +ATF_TESTS_SH_SED_integration_test= \ + -e 's,atf_check,PATH=/usr/libexec:$${PATH} atf_check,g' \ + -e 's,/usr/bin/env *atf-sh,/usr/libexec/atf-sh,g' + SCRIPTS+= misc_helpers SCRIPTSDIR_misc_helpers=${TESTSDIR} CLEANFILES+= misc_helpers misc_helpers.tmp |
