From d79b2f8e41b2153d47319fd97625c468dbba3b40 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 15 Dec 2016 12:18:15 +0200 Subject: Minor testscript cleanups --- unit-tests/test/script/parser/testscript | 40 -------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 unit-tests/test/script/parser/testscript (limited to 'unit-tests/test/script/parser/testscript') 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 -- cgit v1.1