mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo of r66177
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
aca607a08c
commit
3b871be4b2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ describe "Dir.home" do
|
|||
|
||||
platform_is :solaris do
|
||||
it "returns the named user's home directory, from the user database, as a string if called with an argument" do
|
||||
Dir.home(ENV['USER']).should == `getent passwd ~#{ENV['USER']}|cut -d: -f6`.chomp
|
||||
Dir.home(ENV['USER']).should == `getent passwd #{ENV['USER']}|cut -d: -f6`.chomp
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue