From d4dd48f2948b006f4ccb7cc2b603fb3d00f90685 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 29 Sep 2020 22:36:36 +0200 Subject: shell: add testsuite for "wait $pid" waiting for other tasks Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-misc/wait7.right | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 shell/hush_test/hush-misc/wait7.right (limited to 'shell/hush_test/hush-misc/wait7.right') diff --git a/shell/hush_test/hush-misc/wait7.right b/shell/hush_test/hush-misc/wait7.right new file mode 100644 index 000000000..4b6445841 --- /dev/null +++ b/shell/hush_test/hush-misc/wait7.right @@ -0,0 +1,2 @@ +Background1 +Ok:0 -- cgit v1.2.3