diff options
Diffstat (limited to 't/test-custodian-util-tftp.rb')
-rwxr-xr-x | t/test-custodian-util-tftp.rb | 2 |
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 |