From 5fe09ee3e080a2592e89d28f4157879d871485e9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 7 Sep 2013 11:41:35 +0000 Subject: test/helper: fix var shadowing Oops. --- test/helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/helper.rb') 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 ] -- cgit v1.2.3-24-ge0c7