diff options
author | marcel <marcel@FreeBSD.org> | 2013-05-29 19:41:36 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2013-05-29 19:41:36 +0000 |
commit | fbbd9fba54c1702c0bd1eb59914184cd73f191fa (patch) | |
tree | a76537d5285dbee6695f7761f451f0f96d2d16d0 /contrib/atf/atf-c++/detail/test_helpers.hpp | |
parent | d095ed802f385ba9dd5e1d6308ac489c95ae3841 (diff) | |
download | FreeBSD-src-fbbd9fba54c1702c0bd1eb59914184cd73f191fa.zip FreeBSD-src-fbbd9fba54c1702c0bd1eb59914184cd73f191fa.tar.gz |
Modify atf::fs::path::get_process_helpers_path API to properly
handle pathing with detail/ tests. Based on patch pushed upstream to
ATF project.
Obtained from: Garrett Cooper <yaneurabeya@gmail.com>
Diffstat (limited to 'contrib/atf/atf-c++/detail/test_helpers.hpp')
-rw-r--r-- | contrib/atf/atf-c++/detail/test_helpers.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/atf/atf-c++/detail/test_helpers.hpp b/contrib/atf/atf-c++/detail/test_helpers.hpp index 059a0a5..1f9c41c 100644 --- a/contrib/atf/atf-c++/detail/test_helpers.hpp +++ b/contrib/atf/atf-c++/detail/test_helpers.hpp @@ -86,7 +86,7 @@ class tc; void header_check(const char*); void build_check_cxx_o(const atf::tests::tc&, const char*, const char*, bool); -atf::fs::path get_process_helpers_path(const atf::tests::tc&); +atf::fs::path get_process_helpers_path(const atf::tests::tc&, bool); bool grep_file(const char*, const char*); bool grep_string(const std::string&, const char*); |