diff options
Diffstat (limited to 'tests/function')
-rw-r--r-- | tests/function/builtin/buildfile | 2 | ||||
-rw-r--r-- | tests/function/filesystem/buildfile | 2 | ||||
-rw-r--r-- | tests/function/install/buildfile | 2 | ||||
-rw-r--r-- | tests/function/path/buildfile | 2 | ||||
-rw-r--r-- | tests/function/regex/buildfile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/function/builtin/buildfile b/tests/function/builtin/buildfile index 0c38e38..903860b 100644 --- a/tests/function/builtin/buildfile +++ b/tests/function/builtin/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{testscript} $b +./: testscript $b diff --git a/tests/function/filesystem/buildfile b/tests/function/filesystem/buildfile index ade9a68..b41344f 100644 --- a/tests/function/filesystem/buildfile +++ b/tests/function/filesystem/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{testscript} $b +./: testscript $b diff --git a/tests/function/install/buildfile b/tests/function/install/buildfile index 356ca77..afc729f 100644 --- a/tests/function/install/buildfile +++ b/tests/function/install/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{testscript} $b +./: testscript $b diff --git a/tests/function/path/buildfile b/tests/function/path/buildfile index 5c2ede2..b6fb6b2 100644 --- a/tests/function/path/buildfile +++ b/tests/function/path/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{testscript} $b +./: testscript $b diff --git a/tests/function/regex/buildfile b/tests/function/regex/buildfile index fbac223..b63f64a 100644 --- a/tests/function/regex/buildfile +++ b/tests/function/regex/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{testscript} $b +./: testscript $b |