Skip to content

Commit

Permalink
The validation acceptance test is very Linux specific
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Haskel committed Feb 13, 2015
1 parent 164a9a0 commit 36ff0ea
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 36ff0ea

Please sign in to comment.