From 49cb5a78a14584de5932637d16fbd4ee0733d9d3 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 7 Aug 2010 09:21:37 +0000 Subject: * ext/pathname/pathname.c (path_lchown): Pathname#lchown translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/pathname/test_pathname.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/pathname') diff --git a/test/pathname/test_pathname.rb b/test/pathname/test_pathname.rb index eb42aab122..c34d61f408 100644 --- a/test/pathname/test_pathname.rb +++ b/test/pathname/test_pathname.rb @@ -738,7 +738,6 @@ class TestPathname < Test::Unit::TestCase File.symlink("a", "l") path = Pathname("l") old = path.lstat.mode - assert_normal_exit %{ require "pathname"; Pathname("foo").lchmod(nil) } begin path.lchmod(0444) rescue NotImplementedError -- cgit v1.2.3