From 5543a55b5261bf1c72b9bc356c2f84b14e4e6231 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 11 Mar 2014 04:22:34 +0000 Subject: * test: get rid of warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/fileutils/test_fileutils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/fileutils') diff --git a/test/fileutils/test_fileutils.rb b/test/fileutils/test_fileutils.rb index b733488cf8..0834187b95 100644 --- a/test/fileutils/test_fileutils.rb +++ b/test/fileutils/test_fileutils.rb @@ -1093,7 +1093,7 @@ class TestFileUtils < Test::Unit::TestCase assert_output_lines([]) { touch 'tmp/b' # string input for group, -1 for user - chown -1, input_group_2, 'tmp/b' + chown(-1, input_group_2, 'tmp/b') assert_ownership_group @groups[1], 'tmp/b' } end if have_file_perm? -- cgit v1.2.3