summaryrefslogtreecommitdiff
path: root/t/test-custodian-util-tftp.rb
diff options
context:
space:
mode:
Diffstat (limited to 't/test-custodian-util-tftp.rb')
-rwxr-xr-xt/test-custodian-util-tftp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-custodian-util-tftp.rb b/t/test-custodian-util-tftp.rb
index 0774124..a471226 100755
--- a/t/test-custodian-util-tftp.rb
+++ b/t/test-custodian-util-tftp.rb
@@ -92,7 +92,7 @@ class TestTftpUtil < Test::Unit::TestCase
#
def test_tftp_failed_fetch
helper = Custodian::Util::Tftp.new('foo')
- def helper.tftp(args)
+ def helper.tftp(_args)
return false
end