diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/owner_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/spec/owner_spec.rb b/tests/spec/owner_spec.rb index 32719ec..f8b375f 100644 --- a/tests/spec/owner_spec.rb +++ b/tests/spec/owner_spec.rb @@ -1,6 +1,7 @@ require 'spec_helper' RSpec.describe 'HorizonScript Owner Print Utility', :type => :aruba do + before { if !system("command -v hscript-printowner") then skip("Utility not built") end } context "argument passing" do it "requires an path to be specified" do run_command 'hscript-printowner' |