diff options
Diffstat (limited to 'tests/function/path')
-rw-r--r-- | tests/function/path/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |