Mark box_collection_test to require bsdtar

These tests implicitly require bsdtar and should be skipped if the binary is not
available.
This commit is contained in:
Dan Čermák 2022-11-01 15:25:39 +01:00
parent d14bd02230
commit be63d8a88f
No known key found for this signature in database
GPG Key ID: 8F8C178E966641D3

View File

@ -3,7 +3,7 @@ require File.expand_path("../../base", __FILE__)
require "pathname"
require 'tempfile'
describe Vagrant::BoxCollection, :skip_windows do
describe Vagrant::BoxCollection, :skip_windows, :bsdtar do
include_context "unit"
let(:box_class) { Vagrant::Box }