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