summaryrefslogtreecommitdiffstats
path: root/tests/test_shells/waitpid.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_shells/waitpid.sh')
-rwxr-xr-xtests/test_shells/waitpid.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_shells/waitpid.sh b/tests/test_shells/waitpid.sh
new file mode 100755
index 0000000..8d98e21
--- /dev/null
+++ b/tests/test_shells/waitpid.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+while ! test -e pid ; do
+ sleep 0.1s
+done