Skip to content
Snippets Groups Projects
Unverified Commit 0bf981f0 authored by rmnull's avatar rmnull
Browse files

skip tests when HOMEBREW_PATCHELF_RB is not set.

parent 06a4a78b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
require "extend/pathname"
describe Pathname do
describe Pathname, skip: HOMEBREW_PATCHELF_RB.blank? do
let(:elf_dir) { described_class.new "#{TEST_FIXTURE_DIR}/elf" }
let(:sho) { elf_dir/"libhello.so.0" }
let(:exec) { elf_dir/"hello" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment