From 342a63d659ed41b0fe9f412eb75d495e64cc2096 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 21 May 2009 18:35:37 -0400 Subject: hush_test: add some pathological compound list tests Signed-off-by: Mike Frysinger --- shell/hush_test/hush-misc/compound.right | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 shell/hush_test/hush-misc/compound.right (limited to 'shell/hush_test/hush-misc/compound.right') diff --git a/shell/hush_test/hush-misc/compound.right b/shell/hush_test/hush-misc/compound.right new file mode 100644 index 000000000..757d42fe4 --- /dev/null +++ b/shell/hush_test/hush-misc/compound.right @@ -0,0 +1,14 @@ +new group +0 +1 +2 +3 +4 +5 +6 +new group +new group +0 +1 +2 +3 -- cgit v1.2.3