diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-15 12:18:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-15 12:18:15 +0200 |
commit | d79b2f8e41b2153d47319fd97625c468dbba3b40 (patch) | |
tree | 4b9b653dddd5bc46634e7b738ce010d50ea19d96 /unit-tests/test/script/parser/testscript | |
parent | f4453f3dacef727cfd0fb8f17c47ac3eea367a34 (diff) |
Minor testscript cleanups
Diffstat (limited to 'unit-tests/test/script/parser/testscript')
-rw-r--r-- | unit-tests/test/script/parser/testscript | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/unit-tests/test/script/parser/testscript b/unit-tests/test/script/parser/testscript deleted file mode 100644 index 2a9c2b9..0000000 --- a/unit-tests/test/script/parser/testscript +++ /dev/null @@ -1,40 +0,0 @@ -foo != 0 -a=aaa -foo bar <"bbb $a ccc" >ddd 2>>EOE == 2 -eee -EOE -foo -bar -cmd $build.version.string -foo = baz -$foo -fox = $foo-$build.version.string -$fox -$test -$~ -$* -$0 -test = xxx -$0 -$* -test.options += --foo -$1 -$* -test.arguments += bar -$2 -$* -($3 == [null]) - -x = [uint64] 001 -foo $x -cmd abc$(x)23 -cmd >>EOO << EOI -foo -$x -bar -EOO -$x$x$x -EOI - -y = >> -cmd "2"$y |