Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
portusctl: polishing
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Sabaté Solà <[email protected]>
  • Loading branch information
mssola committed Oct 19, 2016
1 parent fe5f560 commit 7364fcb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packaging/suse/portusctl/spec/registry_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ def installed_error?

class Runner
def self.safe_exec_test(_cmd, _args = [])
if ENV["TEST_EXIT_STATUS"]
false
else
true
end
ENV["TEST_EXIT_STATUS"].nil?
end
end

Expand Down

0 comments on commit 7364fcb

Please sign in to comment.