Skip to content
Snippets Groups Projects
Unverified Commit a1c5428c authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #8439 from Bo98/spdx_spec-noerr

test/utils/spdx_spec: don't error if test is skipped
parents 3e7599e6 f54b3e7a
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@ describe SPDX do
let(:tmp_json_path) { Pathname.new(TEST_TMPDIR) }
after do
FileUtils.rm tmp_json_path/"spdx_licenses.json"
FileUtils.rm tmp_json_path/"spdx_exceptions.json"
FileUtils.rm_f tmp_json_path/"spdx_licenses.json"
FileUtils.rm_f tmp_json_path/"spdx_exceptions.json"
end
it "downloads latest license data" do
......
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