From d2b324a72fdf16fcd68e6ba7ca0280aa95de4b71 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 16 Mar 2017 15:55:04 +0300 Subject: Add support for >! test command redirect --- unit-tests/test/script/lexer/command-line.test | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'unit-tests/test/script/lexer/command-line.test') diff --git a/unit-tests/test/script/lexer/command-line.test b/unit-tests/test/script/lexer/command-line.test index 57fcfdf..adc8cd1 100644 --- a/unit-tests/test/script/lexer/command-line.test +++ b/unit-tests/test/script/lexer/command-line.test @@ -82,6 +82,15 @@ test.arguments = command-line EOO + : trace + : + $* <"cmd 1>!" >>EOO + 'cmd' + '1' + >! + + EOO + : merge : $* <"cmd 1>&2" >>EOO -- cgit v1.1