The validation acceptance test is very Linux specific
This commit is contained in:
parent
164a9a01a8
commit
36ff0ea613
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue