From 0b93a3c7de7319b6e03e6c1a3728957700bd4c2d Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 8 Oct 2015 07:48:55 +0200 Subject: [PATCH] [tesh] TODO++ --- tools/tesh/tesh.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/tesh/tesh.pl b/tools/tesh/tesh.pl index f25be34489..57f171b411 100755 --- a/tools/tesh/tesh.pl +++ b/tools/tesh/tesh.pl @@ -220,12 +220,15 @@ the content it gets as input. It is not possible to use the cat command, as one would expect, because stream redirections are currently not implemented in Tesh. -=head1 BUGS AND LIMITATIONS +=head1 BUGS, LIMITATIONS AND POSSIBLE IMPROVEMENTS The main limitation is the lack of stream redirections in the commands (">", "<" and "|" shell constructs and friends). The B builtin command makes this situation bearable. +It would be nice if we could replace the tesh file completely with +command line flags when the output is not to be verified. + =cut BEGIN { -- 2.20.1