From 9b4e32322a379521e06198bf3e5d23dcd6f63f77 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Wed, 11 Jul 2018 01:56:49 +0200 Subject: [PATCH] `xar` is only pre-installed on macOS. --- Library/Homebrew/test/unpack_strategy_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/unpack_strategy_spec.rb b/Library/Homebrew/test/unpack_strategy_spec.rb index 57c571f2dd575..c24e417309f75 100644 --- a/Library/Homebrew/test/unpack_strategy_spec.rb +++ b/Library/Homebrew/test/unpack_strategy_spec.rb @@ -31,7 +31,7 @@ include_examples "UnpackStrategy::detect" end -describe XarUnpackStrategy do +describe XarUnpackStrategy, :needs_macos do let(:path) { TEST_FIXTURE_DIR/"cask/container.xar" } include_examples "UnpackStrategy::detect"