Skip to content

Commit

Permalink
Merge pull request redhat-openstack#265 from mhaskel/validation_test_fix
Browse files Browse the repository at this point in the history
The validation acceptance test is very Linux specific
  • Loading branch information
hunner committed Feb 13, 2015
2 parents 164a9a0 + 36ff0ea commit 20d0a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/validation_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'spec_helper_acceptance'

describe 'concat validate_cmd parameter' do
describe 'concat validate_cmd parameter', :unless => (fact('kernel') != 'Linux') do
basedir = default.tmpdir('concat')
context '=> "/usr/bin/test -e %"' do
before(:all) do
Expand Down

0 comments on commit 20d0a5f

Please sign in to comment.