diff options
author | Denys Vlasenko | 2020-09-29 22:36:36 +0200 |
---|---|---|
committer | Denys Vlasenko | 2020-09-29 22:36:36 +0200 |
commit | d4dd48f2948b006f4ccb7cc2b603fb3d00f90685 (patch) | |
tree | 9300a216d4742720beb350b9a0b4bd1a52aa60ea /shell/ash_test/ash-misc/wait7.right | |
parent | 91e11eba6e3ee21f70905bca857b9b216fb764f6 (diff) | |
download | busybox-d4dd48f2948b006f4ccb7cc2b603fb3d00f90685.zip busybox-d4dd48f2948b006f4ccb7cc2b603fb3d00f90685.tar.gz |
shell: add testsuite for "wait $pid" waiting for other tasks
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test/ash-misc/wait7.right')
-rw-r--r-- | shell/ash_test/ash-misc/wait7.right | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ash_test/ash-misc/wait7.right b/shell/ash_test/ash-misc/wait7.right new file mode 100644 index 0000000..4b64458 --- /dev/null +++ b/shell/ash_test/ash-misc/wait7.right @@ -0,0 +1,2 @@ +Background1 +Ok:0 |