From 7306727d1b2ed05afc91548ba374f7400a2389e3 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 12 Jan 2010 22:11:24 +0100 Subject: shell: split read builtin from ash Signed-off-by: Denys Vlasenko --- shell/ash_test/ash-read/read_REPLY.right | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 shell/ash_test/ash-read/read_REPLY.right (limited to 'shell/ash_test/ash-read/read_REPLY.right') diff --git a/shell/ash_test/ash-read/read_REPLY.right b/shell/ash_test/ash-read/read_REPLY.right new file mode 100644 index 0000000..59f5d54 --- /dev/null +++ b/shell/ash_test/ash-read/read_REPLY.right @@ -0,0 +1,5 @@ +test 1: | abc1 def | +test 2: | \abc2 d\ef | +test 3: |abc3 def| +test 4: |\abc4 d\ef| +Done -- cgit v1.1