From cbfe6ad4c6c6a218a3dd89623911183aca91b061 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 12 Aug 2009 19:47:44 +0200 Subject: hush: fix \ handling on NOMMU Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-misc/nommu1.right | 7 +++++++ shell/hush_test/hush-misc/nommu1.tests | 12 ++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 shell/hush_test/hush-misc/nommu1.right create mode 100755 shell/hush_test/hush-misc/nommu1.tests (limited to 'shell/hush_test/hush-misc') diff --git a/shell/hush_test/hush-misc/nommu1.right b/shell/hush_test/hush-misc/nommu1.right new file mode 100644 index 000000000..d206a854b --- /dev/null +++ b/shell/hush_test/hush-misc/nommu1.right @@ -0,0 +1,7 @@ +Ok +Ok +Ok +Ok +Ok +Ok +Done diff --git a/shell/hush_test/hush-misc/nommu1.tests b/shell/hush_test/hush-misc/nommu1.tests new file mode 100755 index 000000000..e14ada5f9 --- /dev/null +++ b/shell/hush_test/hush-misc/nommu1.tests @@ -0,0 +1,12 @@ +(echo \ +Ok) +( (echo \ +Ok) ) +( ( (echo \ +Ok) ) ) + +(echo \Ok) +( (echo \Ok) ) +( ( (echo \Ok) ) ) + +echo Done -- cgit v1.2.3