From a107ef2a6ace98c51473dc3153564a44b260bc6f Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 6 Jul 2017 20:36:40 +0200 Subject: hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different) Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-redir/redir_errors.right | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 shell/hush_test/hush-redir/redir_errors.right (limited to 'shell/hush_test/hush-redir/redir_errors.right') diff --git a/shell/hush_test/hush-redir/redir_errors.right b/shell/hush_test/hush-redir/redir_errors.right new file mode 100644 index 000000000..3d20bbf68 --- /dev/null +++ b/shell/hush_test/hush-redir/redir_errors.right @@ -0,0 +1,14 @@ +hush: can't open '/does/not/exist': No such file or directory +One:1 +hush: can't open '/cant/be/created': No such file or directory +One:1 +Ok +hush: can't open '/cant/be/created': No such file or directory +Zero:0 +hush: can't open '/cant/be/created': No such file or directory +One:1 +hush: can't open '/cant/be/created': No such file or directory +One:1 +hush: can't open '/cant/be/created': No such file or directory +Zero:0 +Done -- cgit v1.2.3