about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-03 07:52:34 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-03 07:52:56 +0000
commitb6e354116d4da5c7c6de59f87ab5815f21e202ed (patch)
treeecab679553d706dea62fd5d98eba0b665c99ae82 /t
parentc3e22e4c2ad11785b5355a98355fd31d709976d5 (diff)
downloadrainbows-b6e354116d4da5c7c6de59f87ab5815f21e202ed.tar.gz
It hasn't been used since the first month of development
when we started using FIFOs
Diffstat (limited to 't')
-rw-r--r--t/test-lib.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index dc6eed7..5cf5201 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -21,16 +21,6 @@ export PATH
 
 test -x $PWD/bin/unused_listen || die "must be run in 't' directory"
 
-wait_for_pid () {
-        path="$1"
-        nr=30
-        while ! test -s "$path" && test $nr -gt 0
-        do
-                nr=$(($nr - 1))
-                sleep 1
-        done
-}
-
 # requires $1 and prints out the value of $2
 require_check () {
         lib=$1