diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-10-28 17:45:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:36 +0200 |
commit | ea84c30622ea265b38ec7235c707f8b75df78b16 (patch) | |
tree | 9db59bd274b1a5700ea426320f48da2372ed29f1 /tests/test/script/runner/status.test | |
parent | 934c157361eabf6d440c95d575aba24ebf1b445f (diff) |
Update testscripts
Diffstat (limited to 'tests/test/script/runner/status.test')
-rw-r--r-- | tests/test/script/runner/status.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/script/runner/status.test b/tests/test/script/runner/status.test index 5d4d116..0ef1ee9 100644 --- a/tests/test/script/runner/status.test +++ b/tests/test/script/runner/status.test @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -$* # status-def +$* # status-def @@ status- is already in file name $* == 0 # status-eq-0 $* -s 1 != 0 # status-ne-0 $* -s 1 == 1 # status-eq-1 |