aboutsummaryrefslogtreecommitdiff
path: root/tests/variable
diff options
context:
space:
mode:
Diffstat (limited to 'tests/variable')
-rw-r--r--tests/variable/override/buildfile2
-rw-r--r--tests/variable/prerequisite-specific/buildfile2
-rw-r--r--tests/variable/scope-specific/buildfile2
-rw-r--r--tests/variable/target-specific/buildfile2
4 files changed, 4 insertions, 4 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
diff --git a/tests/variable/prerequisite-specific/buildfile b/tests/variable/prerequisite-specific/buildfile
index e16519c..dc017c1 100644
--- a/tests/variable/prerequisite-specific/buildfile
+++ b/tests/variable/prerequisite-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
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
diff --git a/tests/variable/target-specific/buildfile b/tests/variable/target-specific/buildfile
index 5a8178b..5ae03b0 100644
--- a/tests/variable/target-specific/buildfile
+++ b/tests/variable/target-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