aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test/script/runner/testscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test/script/runner/testscript b/tests/test/script/runner/testscript
index 89ef6a3..39b68ee 100644
--- a/tests/test/script/runner/testscript
+++ b/tests/test/script/runner/testscript
@@ -1,3 +1,7 @@
+# file : tests/test/script/runner/testscript
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
$* # status-def
$* == 0 # status-eq-0
$* -s 1 != 0 # status-ne-0