diff options
Diffstat (limited to 'tests/variable/scope-specific')
-rw-r--r-- | tests/variable/scope-specific/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/variable/scope-specific/buildfile b/tests/variable/scope-specific/buildfile index 2f3de77..81a8158 100644 --- a/tests/variable/scope-specific/buildfile +++ b/tests/variable/scope-specific/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{testscript} $b +./: testscript $b |