aboutsummaryrefslogtreecommitdiff
path: root/tests/worker
diff options
context:
space:
mode:
Diffstat (limited to 'tests/worker')
-rw-r--r--tests/worker/bootstrap.testscript2
-rw-r--r--tests/worker/build.testscript14
-rw-r--r--tests/worker/buildfile2
-rw-r--r--tests/worker/startup.testscript2
4 files changed, 10 insertions, 10 deletions
diff --git a/tests/worker/bootstrap.testscript b/tests/worker/bootstrap.testscript
index 01a0ce7..e84fef4 100644
--- a/tests/worker/bootstrap.testscript
+++ b/tests/worker/bootstrap.testscript
@@ -1,5 +1,5 @@
# file : tests/worker/bootstrap.testscript
-# license : TBC; see accompanying LICENSE file
+# license : MIT; see accompanying LICENSE file
test.options = --bootstrap
diff --git a/tests/worker/build.testscript b/tests/worker/build.testscript
index a28b504..d362663 100644
--- a/tests/worker/build.testscript
+++ b/tests/worker/build.testscript
@@ -1,5 +1,5 @@
# file : tests/worker/build.testscript
-# license : TBC; see accompanying LICENSE file
+# license : MIT; see accompanying LICENSE file
# Note: requires TFTP server (see buildfile).
@@ -45,13 +45,13 @@ cat manifest >>~"%EOO%"
configure-status: success
update-status: success
test-status: success
- configure-log: \\
+ configure-log:\\
%.*%+
\\
- update-log: \\
+ update-log:\\
%.*%+
\\
- test-log: \\
+ test-log:\\
%.*%+
\\
EOO
@@ -93,7 +93,7 @@ cat manifest >>~"%EOO%"
version: 1.2.3
status: error
configure-status: error
- configure-log: \\
+ configure-log:\\
%.*%+
\\
EOO
@@ -127,10 +127,10 @@ cat manifest >>~"%EOO%"
status: error
configure-status: success
update-status: error
- configure-log: \\
+ configure-log:\\
%.*%+
\\
- update-log: \\
+ update-log:\\
%.*%+
\\
EOO
diff --git a/tests/worker/buildfile b/tests/worker/buildfile
index fae11bb..b43544f 100644
--- a/tests/worker/buildfile
+++ b/tests/worker/buildfile
@@ -1,5 +1,5 @@
# file : tests/worker/buildfile
-# license : TBC; see accompanying LICENSE file
+# license : MIT; see accompanying LICENSE file
#\
diff --git a/tests/worker/startup.testscript b/tests/worker/startup.testscript
index 7d68048..d78ae8b 100644
--- a/tests/worker/startup.testscript
+++ b/tests/worker/startup.testscript
@@ -1,5 +1,5 @@
# file : tests/worker/startup.testscript
-# license : TBC; see accompanying LICENSE file
+# license : MIT; see accompanying LICENSE file
# Note: requires TFTP server (see buildfile).