We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfdfa88 commit 21228c5Copy full SHA for 21228c5
lib/omnibus/fetchers/net_fetcher.rb
@@ -164,7 +164,6 @@ def execute_tests(file_path)
164
shellout!("gtar --version")
165
shellout!("which gtar")
166
shellout!("export PATH=\"/opt/homebrew/bin/xz:$PATH\"")
167
- shellout!("which xz")
168
shellout!("xz --version")
169
log.info(log_key) { "-----DEBUG-----end of the test to here" }
170
# Extract the archive
0 commit comments