The validation acceptance test is very Linux specific

This commit is contained in:
Morgan Haskel 2015-02-12 16:05:33 -08:00
parent 164a9a01a8
commit 36ff0ea613

View file

@ -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