From da75f4484469ca0122b80de69bf3b75a6be71efc Mon Sep 17 00:00:00 2001 From: Andreas Bühmann Date: Thu, 24 Jun 2010 04:32:37 +0200 Subject: ash: <> redir should not truncate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Bühmann Signed-off-by: Denys Vlasenko --- shell/ash_test/ash-redir/redir9.tests | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 shell/ash_test/ash-redir/redir9.tests (limited to 'shell/ash_test/ash-redir/redir9.tests') diff --git a/shell/ash_test/ash-redir/redir9.tests b/shell/ash_test/ash-redir/redir9.tests new file mode 100644 index 000000000..8befa611c --- /dev/null +++ b/shell/ash_test/ash-redir/redir9.tests @@ -0,0 +1,4 @@ +echo Ok >file.tmp +cat 0<>file.tmp +echo Done:$? +rm file.tmp -- cgit v1.2.3