about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-07 11:41:35 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-07 11:41:35 +0000
commit5fe09ee3e080a2592e89d28f4157879d871485e9 (patch)
treea0a0a19fa91d80650780576855c99c6b5a74a877 /test
parent0c747be3852e204ddbf9f4081f021b0eea08aa85 (diff)
downloaddtas-5fe09ee3e080a2592e89d28f4157879d871485e9.tar.gz
Oops.
Diffstat (limited to 'test')
-rw-r--r--test/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helper.rb b/test/helper.rb
index 81bc22f..7675a7c 100644
--- a/test/helper.rb
+++ b/test/helper.rb
@@ -58,7 +58,7 @@ def tmpfifo
 
   if FIFOS.empty?
     at_exit do
-      FIFOS.each { |(pid,path)| File.unlink(path) if $$ == pid }
+      FIFOS.each { |(pid,_path)| File.unlink(_path) if $$ == pid }
     end
   end
   FIFOS << [ $$, path ]