diff options
Diffstat (limited to 'spec/ruby/shared/file/grpowned.rb')
-rw-r--r-- | spec/ruby/shared/file/grpowned.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/ruby/shared/file/grpowned.rb b/spec/ruby/shared/file/grpowned.rb index 91a6483030..24e84c28e3 100644 --- a/spec/ruby/shared/file/grpowned.rb +++ b/spec/ruby/shared/file/grpowned.rb @@ -26,8 +26,7 @@ describe :file_grpowned, shared: true do @object.send(@method, @file).should == true else - # No supplementary groups - 1.should == 1 + skip "No supplementary groups" end end end |