From ee553b929c81ae0051abfd54984aa0537f767d89 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 15 Jul 2017 22:51:55 +0200 Subject: hush: fix and_or_and_backgrounding.tests failure function old new delta done_pipe 133 218 +85 Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-parsing/and_or_and_backgrounding.right | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 shell/hush_test/hush-parsing/and_or_and_backgrounding.right (limited to 'shell/hush_test/hush-parsing/and_or_and_backgrounding.right') diff --git a/shell/hush_test/hush-parsing/and_or_and_backgrounding.right b/shell/hush_test/hush-parsing/and_or_and_backgrounding.right new file mode 100644 index 000000000..90ce63e01 --- /dev/null +++ b/shell/hush_test/hush-parsing/and_or_and_backgrounding.right @@ -0,0 +1,4 @@ +First +Second +Third +Done -- cgit v1.2.3