From 02affb4afd4a71b0c1ca6286f9b0f6bf3b10e0a1 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 8 Nov 2016 00:59:29 +0100 Subject: hush: rework "wait %jobspec" to work in non-interactive shells too Also add tests. wait5.tests so far fails (but works for ash and dash). function old new delta builtin_wait 305 283 -22 Signed-off-by: Denys Vlasenko --- shell/ash_test/ash-misc/wait5.right | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 shell/ash_test/ash-misc/wait5.right (limited to 'shell/ash_test/ash-misc/wait5.right') diff --git a/shell/ash_test/ash-misc/wait5.right b/shell/ash_test/ash-misc/wait5.right new file mode 100644 index 0000000..82c9d56 --- /dev/null +++ b/shell/ash_test/ash-misc/wait5.right @@ -0,0 +1,2 @@ +Zero:0 +Three:3 -- cgit v1.1