about summary refs log tree commit homepage
path: root/t/bin/unused_listen
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-08 00:43:24 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-08 00:43:24 -0700
commitee703a7af485ecdd2b8c96b0ad87f10d6b71a1fc (patch)
tree5a4b57dad27a9b19ee95f85fa87fcdb71e85a323 /t/bin/unused_listen
parentbe9e098dc8945e5abddc9a80fc38ce29fc813fc4 (diff)
downloadrainbows-ee703a7af485ecdd2b8c96b0ad87f10d6b71a1fc.tar.gz
Since we rely heavily on temporary files in tests, make
sure management of them is easy and reliable.
Diffstat (limited to 't/bin/unused_listen')
-rwxr-xr-xt/bin/unused_listen2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/bin/unused_listen b/t/bin/unused_listen
index c13f97d..d0ab24a 100755
--- a/t/bin/unused_listen
+++ b/t/bin/unused_listen
@@ -36,4 +36,4 @@ rescue Errno::EEXIST
   retry
 end
 sock.close rescue nil
-puts "listen=#{addr}:#{port} lock_path=#{lock_path}"
+puts %Q(listen=#{addr}:#{port} _TEST_RM_LIST="$_TEST_RM_LIST #{lock_path}")