From fae6cd2235c907e077dad7b5d8dc9b6d90a78a37 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Nov 2016 15:14:07 +0200 Subject: Change build.driver/path variable to build.path/process_path --- tests/function/path/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/function') diff --git a/tests/function/path/buildfile b/tests/function/path/buildfile index db40358..8f51cab 100644 --- a/tests/function/path/buildfile +++ b/tests/function/path/buildfile @@ -4,4 +4,4 @@ ./: test{testscript} -test{*}: test = $build.driver +test{*}: test = $effect($build.path) -- cgit v1.1